feat: switch to greetd
This commit is contained in:
parent
972bd0be04
commit
50da06accf
4 changed files with 101 additions and 7 deletions
hosts/wim
|
@ -3,11 +3,11 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
../../modules/audio.nix
|
||||
../../modules/greetd
|
||||
../../modules/kmscon.nix
|
||||
../../modules/plymouth.nix
|
||||
../../modules/printer.nix
|
||||
../../modules/proton-bridge.nix
|
||||
../../modules/sddm-wayland.nix
|
||||
|
||||
./modules/desktop.nix
|
||||
./modules/security.nix
|
||||
|
|
|
@ -7,16 +7,20 @@
|
|||
sessionPackages = [
|
||||
hyprland.packages.x86_64-linux.default
|
||||
];
|
||||
defaultSession = "hyprland";
|
||||
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "matt";
|
||||
};
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
greetd = {
|
||||
settings = {
|
||||
initial_session = {
|
||||
command = "${hyprland.packages.x86_64-linux.default}/bin/Hyprland";
|
||||
user = "matt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dbus.enable = true;
|
||||
gvfs.enable = true;
|
||||
flatpak.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue