mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added catppuccin NixOS module
This commit is contained in:
8
modules/nix-config/catppuccin.nix
Normal file
8
modules/nix-config/catppuccin.nix
Normal file
@@ -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