Compare commits
2 Commits
5dc392a9b6
...
693057fd48
Author | SHA1 | Date |
---|---|---|
kalle | 693057fd48 | |
kalle | 9c21446c56 |
|
@ -79,7 +79,7 @@
|
|||
users.users.kalle = {
|
||||
isNormalUser = true;
|
||||
group = "kalle";
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "dialout" ]; # Enable ‘sudo’ for the user.
|
||||
};
|
||||
|
||||
users.groups.kalle.gid = 1000;
|
||||
|
@ -91,6 +91,7 @@
|
|||
slurp # Some for this one
|
||||
|
||||
gamescope
|
||||
pkgsi686Linux.gperftools # Needed for tf2
|
||||
];
|
||||
|
||||
fonts = {
|
||||
|
@ -131,6 +132,9 @@
|
|||
libkrb5
|
||||
keyutils
|
||||
];
|
||||
extraLibraries = pkgs: with pkgs; [
|
||||
gperftools # Needed for tf2 to work
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue