This commit is contained in:
4DBug
2026-02-27 09:15:01 -06:00
parent b025e987fc
commit 1583ad75ee
6 changed files with 40 additions and 0 deletions

View File

@@ -26,5 +26,7 @@
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
copyparty.url = "github:9001/copyparty";
catppuccin.url = "github:catppuccin/nix";
};
}

View File

@@ -0,0 +1,35 @@
{ inputs, ... }: let
flavor = "mocha";
accent = "mauve";
in {
den.aspects.catppuccin = {
nixos = {
imports = [ inputs.nix-flatpak.nixosModules.nix-flatpak ];
catppuccin = {
enable = true;
flavor = flavor;
accent = accent;
grub.enable = true;
gitea.enable = true;
};
};
homeManager = {
imports = [ inputs.catppuccin.nixosModules.catppuccin ];
catppuccin = {
enable = true;
flavor = flavor;
accent = accent;
firefox.enable = true;
fish.enable = true;
librewolf.enable = true;
vesktop.enable = true;
zed.enable = true;
};
};
};
}

View File

@@ -20,6 +20,7 @@
dns
openssh
gitea
catppuccin
(tunnel 3001 "tvtun")
(tunnel 8888 "search")

View File

@@ -23,6 +23,7 @@
dns
openssh
beets
catppuccin
];
nixos = {

View File

@@ -24,6 +24,7 @@
dns
openssh
beets
catppuccin
];
nixos = {