From 2cb0d62746f755cb7ae2bc15bfb04901ae1b068f Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Tue, 27 May 2025 11:01:17 +0200 Subject: snapshot: Di 27. Mai 11:01:17 CEST 2025 --- srv/hadante/fuzzel.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/srv/hadante/fuzzel.nix b/srv/hadante/fuzzel.nix index 4d82df5..a5f39ed 100644 --- a/srv/hadante/fuzzel.nix +++ b/srv/hadante/fuzzel.nix @@ -4,12 +4,6 @@ inputs, ... }: -let - - palette = inputs.catppuccin.legacyPackages.x86_64-linux.palette; - colors = builtins.fromJSON (builtins.readFile "${palette.out}/palette.json"); - mocha = colors.mocha.colors; -in { home-manager.users.${config.user} = { programs.fuzzel.enable = true; @@ -18,9 +12,7 @@ in font = "ComicShannsMono Nerd Font"; use-bold = true; fields = "name,categories"; - }; - colors = { - background = mocha.surface0; + width = 100; }; }; }; -- cgit