Compare commits

..

No commits in common. "693057fd489c59556391b798cd1ed89dea91dd7b" and "5dc392a9b6b47aee2ae5b1c4b76fe821992d9027" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -79,7 +79,7 @@
users.users.kalle = {
isNormalUser = true;
group = "kalle";
extraGroups = [ "wheel" "dialout" ]; # Enable sudo for the user.
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
users.groups.kalle.gid = 1000;
@ -91,7 +91,6 @@
slurp # Some for this one
gamescope
pkgsi686Linux.gperftools # Needed for tf2
];
fonts = {
@ -132,9 +131,6 @@
libkrb5
keyutils
];
extraLibraries = pkgs: with pkgs; [
gperftools # Needed for tf2 to work
];
};
};