add cursor-cli. restructure groups
This commit is contained in:
parent
1eba3e269d
commit
185e04287d
3 changed files with 7 additions and 5 deletions
|
|
@ -30,10 +30,7 @@
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
users.users.sid.extraGroups = [
|
users.groups.adbusers.members = [ "sid" ];
|
||||||
"adbusers"
|
|
||||||
"kvm"
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
@ -46,6 +43,7 @@
|
||||||
"dialout"
|
"dialout"
|
||||||
"floppy"
|
"floppy"
|
||||||
"input"
|
"input"
|
||||||
|
"kvm"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"lp"
|
"lp"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
normalUsers = {
|
normalUsers = {
|
||||||
sid = {
|
sid = {
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [
|
||||||
|
"users"
|
||||||
|
"wheel"
|
||||||
|
];
|
||||||
sshKeyFiles = [
|
sshKeyFiles = [
|
||||||
./pubkeys/gpg.pub
|
./pubkeys/gpg.pub
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
audacity
|
audacity
|
||||||
|
cursor-cli
|
||||||
drawio
|
drawio
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue