Compare commits
2 Commits
649c734b79
...
c94b6da250
Author | SHA1 | Date | |
---|---|---|---|
c94b6da250 | |||
acf85dd34b |
@ -15,7 +15,6 @@
|
||||
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
overrideConfig = true;
|
||||
|
||||
input.touchpads = [{
|
||||
enable = true;
|
||||
@ -155,7 +154,7 @@
|
||||
kxkbrc.Layout = {
|
||||
LayoutList = "us,ru";
|
||||
DisplayNames = ",";
|
||||
VariantList = ",";
|
||||
VariantList = "symbolic,";
|
||||
Options = "caps:escape_shifted_capslock,grp:win_space_toggle";
|
||||
ResetOldOptions = true;
|
||||
};
|
||||
|
@ -64,7 +64,7 @@ in
|
||||
users.users.andrey = {
|
||||
isNormalUser = true;
|
||||
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;
|
||||
@ -83,6 +83,7 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Distcc
|
||||
services.distccd = {
|
||||
|
Loading…
Reference in New Issue
Block a user