feat: add catppuccin theming

This commit is contained in:
Ruben 2024-04-17 21:31:20 -05:00
commit 89397065e2
No known key found for this signature in database
GPG key ID: AE181294E97E4802
3 changed files with 39 additions and 2 deletions

View file

@ -22,6 +22,10 @@
# packages, such as modified linux kernels (which we do use here)
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
# catppuccin's nix thingy for theming applications with catppuccin directly inside
# of the config
catppuccin.url = "github:catppuccin/nix";
# home manager for managing user specific stuff
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
@ -52,6 +56,7 @@
nixpkgs,
nixpkgs-master,
chaotic,
catppuccin,
home-manager,
plasma-manager,
nixos-06cb-009a-fingerprint-sensor,
@ -125,6 +130,8 @@
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./users/ruben/home.nix
# cat cat cat meow 🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛
catppuccin.homeManagerModules.catppuccin
];
};
# secondary device
@ -133,6 +140,8 @@
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./users/ruben/home.nix
# cat cat cat meow 🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛🐈‍⬛
catppuccin.homeManagerModules.catppuccin
];
};
};