add neofetch globally

This commit is contained in:
Vinzenz Schroeter 2024-02-09 18:52:40 +01:00
parent e7da5bf627
commit a82113d1af
2 changed files with 1 additions and 5 deletions

View file

@ -14,6 +14,7 @@
screen screen
tldr tldr
neofetch
]; ];
}; };

View file

@ -14,11 +14,6 @@ in {
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPortRanges = [ allowedTCPPortRanges = [
# {
# # ssh
# from = 22;
# to = 22;
# }
]; ];
}; };
}; };