more update

This commit is contained in:
randomuser 2023-10-30 16:25:45 -05:00
parent e50b2dad66
commit 1d19db7c9e
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
extraGroups = [ "wheel" "docker" ]; extraGroups = [ "wheel" "docker" ];
}; };
users.users.paperlesspassthrough = {
isNormalUser = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
# nothing more needed, at the moment # nothing more needed, at the moment