Skip to content

Commit

Permalink
Move home to use zen-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Nov 15, 2024
1 parent 689a6b0 commit d80b12e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion home/kagami-pc-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
# Enable X11 configuration
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/pixiv_18776904.png;
linux.graphical.defaults.webBrowser = "librewolf.desktop";
linux.graphical.defaults.startup = with pkgs; [
zen-browser-bin
thunderbird
vesktop
];
linux.graphical.defaults.webBrowser = "zen.desktop";
programs.my-sway.enable = true;
programs.my-sway.fontSize = 15.0;
programs.my-sway.enableLaptopBars = false;
Expand Down

0 comments on commit d80b12e

Please sign in to comment.