fix: fix simon and patrick laptop shit
This commit is contained in:
parent
3c6d0c7fb8
commit
bee158875f
|
@ -14,6 +14,7 @@
|
|||
nixseparatedebuginfod = uidGid 205;
|
||||
wireshark = uidGid 206;
|
||||
polkituser = uidGid 207;
|
||||
msr = uidGid 208;
|
||||
systemd-oom = uidGid 300;
|
||||
systemd-coredump = uidGid 301;
|
||||
};
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
./shells/pager.nix
|
||||
|
||||
./programs/gpg.nix
|
||||
./programs/nvim
|
||||
];
|
||||
|
||||
programs.bat.enable = true;
|
||||
|
|
|
@ -52,7 +52,6 @@ lib.optionalAttrs (!minimal) {
|
|||
|
||||
../common/programs/direnv.nix
|
||||
../common/programs/htop.nix
|
||||
../common/programs/nvim
|
||||
../common/programs/git.nix
|
||||
../common/programs/bottles.nix
|
||||
../common/programs/gdb.nix
|
||||
|
|
|
@ -19,6 +19,7 @@ lib.optionalAttrs (!minimal) {
|
|||
];
|
||||
group = "simon";
|
||||
hashedPassword = config.secrets.secrets.global.users.simon.passwordHash;
|
||||
autoSubUidGidRange = false;
|
||||
};
|
||||
users.groups.simon.gid = config.users.users.simon.uid;
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Reference in a new issue