push
This commit is contained in:
@@ -26,5 +26,7 @@
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
||||
|
||||
copyparty.url = "github:9001/copyparty";
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
};
|
||||
}
|
||||
|
||||
35
modules/core/theme/catppuccin.nix
Normal file
35
modules/core/theme/catppuccin.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -20,6 +20,7 @@
|
||||
dns
|
||||
openssh
|
||||
gitea
|
||||
catppuccin
|
||||
|
||||
(tunnel 3001 "tvtun")
|
||||
(tunnel 8888 "search")
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
dns
|
||||
openssh
|
||||
beets
|
||||
catppuccin
|
||||
];
|
||||
|
||||
nixos = {
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
dns
|
||||
openssh
|
||||
beets
|
||||
catppuccin
|
||||
];
|
||||
|
||||
nixos = {
|
||||
|
||||
Reference in New Issue
Block a user