diff options
author | sils <sils@sils.li> | 2022-12-04 20:28:38 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-04 20:28:38 +0100 |
commit | da079002a95685f7f0017a05d85ec757dda7dcb4 (patch) | |
tree | 22bea42325eb0962523a0fae2cd672176bfcd873 /packages.nix | |
parent | more packages (diff) | |
download | nix-config-da079002a95685f7f0017a05d85ec757dda7dcb4.tar.gz nix-config-da079002a95685f7f0017a05d85ec757dda7dcb4.zip |
no system without neofetch!
Diffstat (limited to '')
-rw-r--r-- | packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index 0b177a0..fddb752 100644 --- a/packages.nix +++ b/packages.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ neovim # edit nix files ;) + neofetch # a must-have wget # download stuff curl # download stuff – reloaded restic # backups |