Switch SDDM to greetd
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user