mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Added catppuccin NixOS module
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{ catppuccin, ... }:
|
||||||
|
{
|
||||||
|
catppuccin = {
|
||||||
|
enable = true;
|
||||||
|
accent = "mauve";
|
||||||
|
flavor = "mocha";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
./security.nix
|
./security.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
] ++ (if (currentSystemDe != "none") then [
|
] ++ (if (currentSystemDe != "none") then [
|
||||||
|
./catppuccin.nix
|
||||||
./de.nix
|
./de.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./sound.nix
|
./sound.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user