Move a config
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
./fonts.nix
|
./fonts.nix
|
||||||
./sddm.nix
|
./sddm.nix
|
||||||
];
|
];
|
||||||
services.displayManager.sddm.wayland.enable = true;
|
|
||||||
services.displayManager.defaultSession = "hyprland";
|
services.displayManager.defaultSession = "hyprland";
|
||||||
|
|
||||||
# Hyprland as the star of the show
|
# Hyprland as the star of the show
|
||||||
|
|||||||
@@ -19,4 +19,5 @@
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
services.displayManager.sddm.theme = "salt-gruvbox";
|
services.displayManager.sddm.theme = "salt-gruvbox";
|
||||||
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user