sort packages and groups
This commit is contained in:
parent
0ae25b513c
commit
534d13b61c
1 changed files with 15 additions and 14 deletions
|
@ -11,18 +11,19 @@
|
|||
environment.enableDebugInfo = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
ccache
|
||||
curl
|
||||
dnsutils
|
||||
fd
|
||||
git
|
||||
gnupg
|
||||
curl
|
||||
tmux
|
||||
htop
|
||||
home-manager
|
||||
htop
|
||||
pciutils
|
||||
powertop
|
||||
fd
|
||||
dnsutils
|
||||
tmux
|
||||
usbutils
|
||||
wget
|
||||
nixpkgs-nixos-unstable-and-unfree.veracrypt
|
||||
];
|
||||
|
||||
|
@ -31,16 +32,16 @@
|
|||
users.users.cyryl = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"scanner"
|
||||
"lp"
|
||||
"docker"
|
||||
"vboxusers"
|
||||
"adbusers"
|
||||
"libvirtd"
|
||||
"dialout"
|
||||
"docker"
|
||||
"libvirtd"
|
||||
"lp"
|
||||
"networkmanager"
|
||||
"scanner"
|
||||
"vboxusers"
|
||||
"video"
|
||||
"wheel"
|
||||
"wireshark"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Reference in a new issue