fix: keep catppuccin

This commit is contained in:
etwas 2025-10-14 20:59:55 +02:00
parent 1d8cd372bd
commit ed556fb042
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 9 additions and 6 deletions

View file

@ -11,7 +11,10 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
catppuccin.url = "github:catppuccin/nix"; catppuccin = {
url = "github:catppuccin/nix/f518f96a60aceda4cd487437b25eaa48d0f1b97d";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";

View file

@ -1,10 +1,10 @@
{ {
catppuccin = { catppuccin = {
#gtk = { gtk = {
# enable = true; enable = true;
# size = "compact"; size = "compact";
# tweaks = [ "rimless" ]; tweaks = [ "rimless" ];
#}; };
btop.enable = true; btop.enable = true;