idk
This commit is contained in:
parent
49d5c51357
commit
0c40e210f4
1 changed files with 0 additions and 17 deletions
|
|
@ -11,8 +11,6 @@
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
|
||||||
|
|
||||||
(libs.root "/modules/features/system/docker.nix")
|
(libs.root "/modules/features/system/docker.nix")
|
||||||
(libs.root "/modules/features/system/packages.nix")
|
(libs.root "/modules/features/system/packages.nix")
|
||||||
(libs.root "/modules/features/system/nix-dl.nix")
|
(libs.root "/modules/features/system/nix-dl.nix")
|
||||||
|
|
@ -23,19 +21,4 @@
|
||||||
(libs.root "/options/system/default.nix")
|
(libs.root "/options/system/default.nix")
|
||||||
(libs.root "/overlays/nixpkgs.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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue