aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/fuzzel.nix10
1 files changed, 1 insertions, 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;
};
};
};