added grub theme

This commit is contained in:
Tomas Rivera
2026-03-08 17:13:53 +01:00
parent c7d6930427
commit 4f7d85fd6b
4 changed files with 51 additions and 8 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
{ writeShellApplication, manix, ripgrep, fzf, stdenv, ... }:
{ writeShellApplication, manix, ripgrep, fzf, ... }:
let
cacheTime = "10";
@@ -10,7 +10,6 @@ writeShellApplication {
manix
ripgrep
fzf
stdenv
];
text = ''
CACHE_DIR="''${XDG_CACHE_HOME:-$HOME/.cache}"