add fastfetch

This commit is contained in:
2025-11-08 12:15:03 -06:00
parent f5ff1a6639
commit b78a43d40a
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ in
# cross party general packages here : ) # cross party general packages here : )
stateVersion = "25.05"; stateVersion = "25.05";
packages = with pkgs; [ packages = with pkgs; [
fastfetch
ripgrep ripgrep
p7zip p7zip
sops sops

View File

@@ -14,7 +14,7 @@
dots = { dots = {
stylix = { stylix = {
enable = true; enable = true;
wallpaper = ../assets/wallpapers/yveltal.jpg; wallpaper = ../assets/wallpapers/pingpong.jpg;
}; };
programs.enable = true; programs.enable = true;