summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/core/rice/fastfetch.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/ebisu/core/rice/fastfetch.nix b/home/ebisu/core/rice/fastfetch.nix
index 8020e57..25a0094 100644
--- a/home/ebisu/core/rice/fastfetch.nix
+++ b/home/ebisu/core/rice/fastfetch.nix
@@ -1,11 +1,11 @@
-{ config, flakeDirectory, ... }:
+{ config, self, ... }:
{
programs.fastfetch = {
enable = true;
settings = {
logo = {
- source = "${flakeDirectory}/home/${config.home.username}/logo.png";
+ source = "${self}/home/${config.home.username}/kansai/logo.png";
width = 30;
padding.top = 0;
};