Move home to use zen-browser

This commit is contained in:
Natsu Kagami 2024-11-15 21:54:41 +01:00
parent 689a6b061e
commit d80b12e7a9
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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;