fucking(refactored): everything
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
_: {
|
||||
nixos: ./nixos.nix;
|
||||
# home = ./home.nix;
|
||||
nixos = ./nixos.nix;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
options.modules.greetd = {
|
||||
enable = lib.mkEnableOption "Greetd configuration module";
|
||||
};
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user