theme | enable catppucci theming

This commit is contained in:
Don Harper 2024-08-21 22:42:23 -05:00
parent 86fef45deb
commit 995218d6aa
5 changed files with 84 additions and 46 deletions

16
flake.lock generated
View file

@ -114,6 +114,21 @@
"type": "github"
}
},
"catppuccin": {
"locked": {
"lastModified": 1724156255,
"narHash": "sha256-rpUCeS/QZwQdJmDrvCm0hRi8bFvQNQKAnIMK5ZDBfpM=",
"owner": "catppuccin",
"repo": "nix",
"rev": "8886a68edadb1d93c7101337f995ffce4b410ff2",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
@ -415,6 +430,7 @@
},
"root": {
"inputs": {
"catppuccin": "catppuccin",
"disko": "disko",
"home-manager": "home-manager",
"nix": "nix",