Compare commits
2 Commits
649c734b79
...
c94b6da250
Author | SHA1 | Date | |
---|---|---|---|
c94b6da250 | |||
acf85dd34b |
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user