Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,6 @@
programs.plasma = { programs.plasma = {
enable = true; enable = true;
overrideConfig = true;
input.touchpads = [{ input.touchpads = [{
enable = true; enable = true;
@ -155,7 +154,7 @@
kxkbrc.Layout = { kxkbrc.Layout = {
LayoutList = "us,ru"; LayoutList = "us,ru";
DisplayNames = ","; DisplayNames = ",";
VariantList = ","; VariantList = "symbolic,";
Options = "caps:escape_shifted_capslock,grp:win_space_toggle"; Options = "caps:escape_shifted_capslock,grp:win_space_toggle";
ResetOldOptions = true; ResetOldOptions = true;
}; };

View File

@ -64,7 +64,7 @@ in
users.users.andrey = { users.users.andrey = {
isNormalUser = true; isNormalUser = true;
initialHashedPassword = "$y$j9T$mGZT4otEkrc94e.Ile.P20$BoxfgxCiacs.tYoEp7S5AjcP.aMUBrsaCJYJkBot635"; initialHashedPassword = "$y$j9T$mGZT4otEkrc94e.Ile.P20$BoxfgxCiacs.tYoEp7S5AjcP.aMUBrsaCJYJkBot635";
extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" ]; extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" "adbusers" ];
}; };
security.sudo.execWheelOnly = true; security.sudo.execWheelOnly = true;
@ -83,6 +83,7 @@ in
openFirewall = true; openFirewall = true;
}; };
programs.adb.enable = true;
# Distcc # Distcc
services.distccd = { services.distccd = {