diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:02:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:02:18 -0700 |
| commit | 239de2ab34761ae849fcfc7c2bca557c98ce4157 (patch) | |
| tree | 444281e04adf23e2ccda4c7d84ca7a15e2093be5 /home/ebisu/core/rice | |
| parent | plex: fix crypttab drive reference (diff) | |
| download | nixos-config-239de2ab34761ae849fcfc7c2bca557c98ce4157.tar.xz nixos-config-239de2ab34761ae849fcfc7c2bca557c98ce4157.zip | |
home: move image assets to shared module
Diffstat (limited to 'home/ebisu/core/rice')
| -rw-r--r-- | home/ebisu/core/rice/fastfetch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/core/rice/fastfetch.nix b/home/ebisu/core/rice/fastfetch.nix index 25a0094..cc27743 100644 --- a/home/ebisu/core/rice/fastfetch.nix +++ b/home/ebisu/core/rice/fastfetch.nix @@ -5,7 +5,7 @@ settings = { logo = { - source = "${self}/home/${config.home.username}/kansai/logo.png"; + source = "${self}/home/${config.home.username}/shared/logo.png"; width = 30; padding.top = 0; }; |