feat: add cattpuccin

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-08-28 15:22:51 +02:00
parent 974d11b463
commit a7af91e57e
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 20 additions and 0 deletions

16
flake.lock generated
View file

@ -1,5 +1,20 @@
{
"nodes": {
"catppuccin": {
"locked": {
"lastModified": 1724469296,
"narHash": "sha256-p3R4LUNk6gC+fTKRUm9ByXaoRIocnQMwVuJSIxECQ8o=",
"owner": "catppuccin",
"repo": "nix",
"rev": "874e668ddaf3687e8d38ccd0188a641ffefe1cfb",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -123,6 +138,7 @@
},
"root": {
"inputs": {
"catppuccin": "catppuccin",
"home-manager": "home-manager",
"lix-module": "lix-module",
"nixpkgs": "nixpkgs",

View file

@ -16,6 +16,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# theme
catppuccin.url = "github:catppuccin/nix";
# Home manager
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -9,6 +9,7 @@
inputs.home-manager.nixosModules.home-manager
inputs.lix-module.nixosModules.default
inputs.sops-nix.nixosModules.sops
inputs.catppuccin.nixosModules.catppuccin
./locale.nix
];