feat: switch to greetd

This commit is contained in:
matt1432 2023-10-19 17:05:13 -04:00
parent 972bd0be04
commit 50da06accf
4 changed files with 101 additions and 7 deletions

View file

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

View file

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