forked from KYS/maxfiles
18 lines
310 B
Nix
18 lines
310 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
extraGroups = ["wheel" "networkmanager" "audio" "video"];
|
|
hashedPassword = "$6$rnX2VsB4m/aUEIci$jkVmLKyAIIZKs8CP1jMBA58fSjCk7WefF/avpqIxeMIccGBGqJ.q/84z1BCgkxSMBilAATnQrSvpNGKvswNIk/";
|
|
packages = with pkgs; [
|
|
tree
|
|
vim
|
|
git
|
|
neofetch
|
|
neovim
|
|
htop
|
|
ncdu
|
|
];
|
|
}
|