diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 78c901d..6ba4ad0 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -52,7 +52,6 @@ profile.pc.enable = true; programs.adb.enable = true; programs.greetd = { - enable = true; preset = "tuigreet"; }; programs.unbound.enable = true; diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 356b31d..bf7625d 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -60,7 +60,6 @@ adb.enable = true; unbound.enable = true; greetd = { - enable = true; preset = "tuigreet"; }; };