diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-27 11:01:17 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-27 11:01:17 +0200 |
| commit | 2cb0d62746f755cb7ae2bc15bfb04901ae1b068f (patch) | |
| tree | 1cc08acc630cf89e461b4a78669b833fe8065864 | |
| parent | dc4894d422cdd3b98f5344586cafd812f9a734c7 (diff) | |
| download | nix-infra-2cb0d62746f755cb7ae2bc15bfb04901ae1b068f.tar.gz nix-infra-2cb0d62746f755cb7ae2bc15bfb04901ae1b068f.tar.bz2 nix-infra-2cb0d62746f755cb7ae2bc15bfb04901ae1b068f.zip | |
snapshot: Di 27. Mai 11:01:17 CEST 2025
| -rw-r--r-- | srv/hadante/fuzzel.nix | 10 |
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; }; }; }; |
