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