Update default host configuration
This commit is contained in:
parent
48e2a1f399
commit
5ac39456ed
|
|
@ -12,10 +12,18 @@
|
|||
./host-packages.nix
|
||||
];
|
||||
|
||||
modules.hyprland.enable = true;
|
||||
modules.plasma.enable = true;
|
||||
modules.displayManager.displayManager = "sddm";
|
||||
modules.hyprland = {
|
||||
enable = true;
|
||||
terminal = "kitty";
|
||||
monitor = [
|
||||
",preferred,auto,1"
|
||||
];
|
||||
};
|
||||
modules.plasma.enable = false;
|
||||
modules.displayManager.displayManager = "gdm";
|
||||
|
||||
modules.zsh.enable = true;
|
||||
modules.shell.defaultShell = "zsh";
|
||||
modules.shell.defaultShell = "bash";
|
||||
|
||||
modules.pipewire.enable = true;
|
||||
}
|
||||
Loading…
Reference in New Issue