less common packages

This commit is contained in:
notgne2 2022-12-23 19:12:05 -07:00
parent c06d1c3138
commit df3a6977fc
No known key found for this signature in database
8 changed files with 17 additions and 53 deletions

View file

@ -4,7 +4,6 @@
lib,
...
}: {
# config for me
users.users.glooder = {
isNormalUser = true;
useDefaultShell = true;

View file

@ -4,8 +4,6 @@
lib,
...
}: {
nix.trustedUsers = ["notgne2"];
users.users.notgne2 = {
isNormalUser = true;
home = "/home/notgne2";