Added Wallpapers

This commit is contained in:
2025-12-27 13:58:43 +01:00
parent 9a777def2f
commit e94a6720ca
32 changed files with 174 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
jq # json parser
tree
fastfetch # system stats
tabiew # Table viewer
# Fun stuff
lolcat
@@ -62,8 +63,6 @@
};
};
home.file.".config/kitty/tab_bar.py".source = ./tab_bar.py;
programs.yazi = {
enable = true;
enableBashIntegration = true;
@@ -180,7 +179,10 @@
};
};
home.file.".config/fastfetch/config.jsonc".source = ./fastfetch.jsonc;
home.file.".hushlogin".text = ""; # Suppress login
home.file = {
".config/fastfetch/config.jsonc".source = ./fastfetch.jsonc;
".config/tabiew/theme.toml".source = ./tabiew.toml;
".config/kitty/tab_bar.py".source = ./tab_bar.py;
".hushlogin".text = ""; # Suppress login
};
}