diff --git a/host/server/default.nix b/host/server/default.nix index 1af42cc..ced897d 100644 --- a/host/server/default.nix +++ b/host/server/default.nix @@ -11,8 +11,6 @@ ./networking.nix ./users.nix - inputs.catppuccin.nixosModules.catppuccin - (libs.root "/modules/features/system/docker.nix") (libs.root "/modules/features/system/packages.nix") (libs.root "/modules/features/system/nix-dl.nix") @@ -23,19 +21,4 @@ (libs.root "/options/system/default.nix") (libs.root "/overlays/nixpkgs.nix") ]; - - options.services.displayManager.generic = lib.mkOption { - type = lib.types.attrs; - default = {}; - }; - - catppuccin = { - enable = true; - - forgejo = { - enable = true; - accent = "lavender"; - flavor = "mocha"; - }; - }; }