framework: move default browser to zen
This commit is contained in:
parent
0ada1ba34f
commit
c678fc9009
|
@ -114,6 +114,7 @@
|
|||
sops-nix.nixosModules.sops
|
||||
inputs.lix-module.nixosModules.default
|
||||
];
|
||||
config.nix.settings.extra-deprecated-features = [ "url-literals" ]; # So lix won't complain
|
||||
};
|
||||
common-nixos = stable: { ... }: {
|
||||
imports = [
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
# Graphical set up
|
||||
linux.graphical.type = "wayland";
|
||||
linux.graphical.wallpaper = ./images/wallpaper_0.png;
|
||||
linux.graphical.defaults.webBrowser.package = pkgs.librewolf;
|
||||
linux.graphical.defaults.webBrowser.package = pkgs.zen-browser-bin;
|
||||
linux.graphical.defaults.webBrowser.desktopFile = "zen.desktop";
|
||||
# Enable sway
|
||||
programs.my-sway.enable = true;
|
||||
programs.my-sway.fontSize = 14.0;
|
||||
|
|
Loading…
Reference in a new issue