packages
This commit is contained in:
parent
e552264788
commit
1ca9adc614
4 changed files with 25 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
users.users.asxpi = {
|
||||
isNormalUser = true;
|
||||
description = "Sergei P";
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" "libvirtd" "docker" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
# Internet
|
||||
|
|
@ -29,6 +29,8 @@
|
|||
# bolt-launcher
|
||||
# Utils
|
||||
cameractrls
|
||||
# Notes
|
||||
obsidian
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue