profile/base: add some packages/config

This commit is contained in:
NullBite 2024-02-13 10:16:01 +01:00
parent a681776437
commit d34a37baf8
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -70,8 +70,19 @@ in
htop htop
lshw lshw
pciutils pciutils
# nix utilities
nix-du
graphviz # for nix-du
# secrets
age
pass
sops
]; ];
programs.neovim.defaultEditor = true;
# this makes comma and legacy nix utils use the flake nixpkgs for ABI # this makes comma and legacy nix utils use the flake nixpkgs for ABI
# compatibility becasue once `, vkcube` couldn't find the correct opengl # compatibility becasue once `, vkcube` couldn't find the correct opengl
# driver or something (also it reduces the download size of temporary shell # driver or something (also it reduces the download size of temporary shell