mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
added grub theme
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user