add wm module and other stuff

This commit is contained in:
tristan 2023-05-25 09:12:37 +01:00
parent 632727e5aa
commit a18f813eb3
4 changed files with 27 additions and 23 deletions

View file

@ -8,8 +8,8 @@ in
hyprland = mkEnableOption "hyprland";
sway = mkEnableOption "sway";
};
config = {
config = mkIf (cfg.sway || cfg.hyprland) {
services.greetd = {
enable = true;
settings = rec {