Factor out default terminal and web browser
This commit is contained in:
parent
076079aea1
commit
0a0e396ddf
6 changed files with 50 additions and 27 deletions
|
@ -37,12 +37,8 @@
|
|||
# Enable X11 configuration
|
||||
linux.graphical.type = "wayland";
|
||||
linux.graphical.wallpaper = ./images/pixiv_18776904.png;
|
||||
linux.graphical.startup = with pkgs; [
|
||||
zen-browser-bin
|
||||
thunderbird
|
||||
vesktop
|
||||
];
|
||||
linux.graphical.defaults.webBrowser = "zen.desktop";
|
||||
linux.graphical.defaults.webBrowser.package = pkgs.zen-browser-bin;
|
||||
linux.graphical.defaults.webBrowser.desktopFile = "zen.desktop";
|
||||
programs.my-sway.enable = true;
|
||||
programs.my-sway.fontSize = 15.0;
|
||||
programs.my-sway.enableLaptop = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue