all repos — nixfiles @ bbe5d54a343420183f7a2202a1df000a95a53fd1

System and user configuration, managed by nix and home-manager

Prefer firefox to -devedition Dev-edition can still be launched via CLI

Alan Pearce
commit

bbe5d54a343420183f7a2202a1df000a95a53fd1

parent

ea0c6d2c9ab02546ee29ca5b415c8ca1d962db78

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ checkbashisms
@@ -21,7 +21,7 @@ if !stdenv.isDarwin
then [ ldns httping - firefox-devedition-bin + (lib.lowPrio firefox-devedition-bin) ] else [ ] );