diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/fastfetch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/fastfetch.nix b/home/fastfetch.nix index 0ed87eb..fb02f0e 100644 --- a/home/fastfetch.nix +++ b/home/fastfetch.nix @@ -10,7 +10,7 @@ settings = { logo = { type = "kitty-direct"; - source = ../assets/nonon.png; + source = "$(ls ${../assets/fastfetch}/*.png | shuf -n 1)"; width = 36; height = 32; |