Added Wallpapers
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user