profile/base: add some packages/config
This commit is contained in:
parent
a681776437
commit
d34a37baf8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user