Switch SDDM to greetd

This commit is contained in:
2023-01-19 15:17:15 +01:00
parent 6f0028d75e
commit 7b463d06ff
13 changed files with 243 additions and 249 deletions

View File

@@ -101,6 +101,9 @@ in {
#nerdfonts
];
# For home-manager
programs.dconf.enable = true;
# We don't tolerate non-free software, except for Steam and Linux firmware
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"

View File

@@ -35,9 +35,6 @@ in inputs.nixpkgs.lib.nixosSystem {
home-manager.useGlobalPkgs = true;
}
# Hyprland
inputs.hyprland.nixosModules.default
# Overlays
(util.mkOverlayFromInput "stable" inputs.stable)
(util.mkOverlayFromInput "unstable" inputs.nixpkgs)
@@ -45,7 +42,6 @@ in inputs.nixpkgs.lib.nixosSystem {
nixpkgs.overlays = [
nur.overlay
emacs.overlay
inputs.hyprland-xdg.overlays.default
(import ../packages)
(import ../overlays/simple.nix)
(import ../overlays/phosh.nix)