diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-17 18:34:20 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-17 18:36:26 -0700 |
| commit | 2cb8fc4eac3275e9e9e27e85024fe05670972dcd (patch) | |
| tree | d0ed4489a9d6848e25304195fff0b659fba04db6 /home/fastfetch.nix | |
| parent | 9313ab8ce881cfb0a490b7f2e6f81d2c83876b2e (diff) | |
Move images into assets folder
Diffstat (limited to 'home/fastfetch.nix')
| -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 e78cb77..0ed87eb 100644 --- a/home/fastfetch.nix +++ b/home/fastfetch.nix @@ -10,7 +10,7 @@ settings = { logo = { type = "kitty-direct"; - source = "~/Pictures/nonon.png"; + source = ../assets/nonon.png; width = 36; height = 32; |