1
1
Fork 0

custom: switch browser to firefox

This commit is contained in:
Myned 2025-04-12 11:03:22 -05:00
parent 302f4cc33b
commit ad62fb6dce
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 4 additions and 2 deletions
options/custom

View file

@ -42,8 +42,8 @@ in {
browser = {
# TODO: Use lib.getExe' instead of /bin/ where possible
command = mkOption {default = getExe hm.programs.zen-browser.finalPackage;};
desktop = mkOption {default = "zen.desktop";};
command = mkOption {default = getExe hm.programs.firefox.finalPackage;};
desktop = mkOption {default = "firefox.desktop";};
};
};
}

View file

@ -4,6 +4,8 @@
...
}:
with lib; let
#?? ls /run/current-system/sw/share/applications
#?? ls /etc/profiles/per-user/myned/share/applications
apostrophe = "org.gnome.gitlab.somas.Apostrophe.desktop";
clapper = "com.github.rafostar.Clapper.desktop";
decibels = "org.gnome.Decibels.desktop";