Disable fractional scaling and enable mutable users

This commit is contained in:
Thilo Hohlt
2024-08-06 11:17:18 +02:00
parent b1e7ddda97
commit dad24b4463
3 changed files with 27 additions and 19 deletions

View File

@@ -19,11 +19,6 @@
virtualisation.docker.enable = true;
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" ];
};
home-manager.users.thiloho = { ... }: {
programs = {
bash = {