From ed556fb04249138cc8dd1150f56e1302982affea Mon Sep 17 00:00:00 2001 From: etwas Date: Tue, 14 Oct 2025 20:59:55 +0200 Subject: [PATCH] fix: keep catppuccin --- flake.nix | 5 ++++- home/wm/catppuccin.nix | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index e4ce455..83b67c3 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,10 @@ 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"; diff --git a/home/wm/catppuccin.nix b/home/wm/catppuccin.nix index 469c92c..8636c52 100644 --- a/home/wm/catppuccin.nix +++ b/home/wm/catppuccin.nix @@ -1,10 +1,10 @@ { catppuccin = { - #gtk = { - # enable = true; - # size = "compact"; - # tweaks = [ "rimless" ]; - #}; + gtk = { + enable = true; + size = "compact"; + tweaks = [ "rimless" ]; + }; btop.enable = true;