add cursor-cli. restructure groups
This commit is contained in:
parent
1eba3e269d
commit
185e04287d
3 changed files with 7 additions and 5 deletions
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
normalUsers = {
|
||||
sid = {
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"users"
|
||||
"wheel"
|
||||
];
|
||||
sshKeyFiles = [
|
||||
./pubkeys/gpg.pub
|
||||
];
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ in
|
|||
with pkgs;
|
||||
[
|
||||
audacity
|
||||
cursor-cli
|
||||
drawio
|
||||
gimp
|
||||
inkscape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue