mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: further work moving towards parity
This commit is contained in:
parent
419fcaa79f
commit
dbbac0ae23
10 changed files with 147 additions and 25 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ tree, config, ... }: with lib;
|
||||
|
||||
{
|
||||
{ tree, config, ... }: {
|
||||
users.users.kat = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
|
|
@ -10,6 +8,13 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII74JrgGsDQ6r7tD7+k3ykxXV7DpeeFRscPMxrBsDPhz kat@goliath"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "video" "systemd-journal" "plugdev" "bird2" "vfio" "input" "uinput" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"video"
|
||||
"systemd-journal"
|
||||
"plugdev"
|
||||
"input"
|
||||
"uinput"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue