From 0c40e210f4e497a6f96df6225f95cfafc843c6ad Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Mon, 20 Apr 2026 05:38:41 +0700 Subject: [PATCH] idk --- host/server/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) 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"; - }; - }; }