mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Disable fractional scaling and enable mutable users
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.thiloho = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
};
|
||||
|
||||
home-manager.users.thiloho = { ... }: {
|
||||
programs = {
|
||||
bash = {
|
||||
|
||||
Reference in New Issue
Block a user