adds pwfeedback to sudo
moves dock to LEFT
This commit is contained in:
parent
ec468d6221
commit
55d2a96a33
@ -78,7 +78,7 @@
|
|||||||
custom-theme-running-dots-color = "rgb(255,255,255)";
|
custom-theme-running-dots-color = "rgb(255,255,255)";
|
||||||
dash-max-icon-size = 48;
|
dash-max-icon-size = 48;
|
||||||
dock-fixed = false;
|
dock-fixed = false;
|
||||||
dock-position = "BOTTOM";
|
dock-position = "LEFT";
|
||||||
extend-height = 0;
|
extend-height = 0;
|
||||||
height-fraction = 0.9;
|
height-fraction = 0.9;
|
||||||
intellihide = true;
|
intellihide = true;
|
||||||
|
@ -60,6 +60,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
security.sudo.extraConfig = ''
|
||||||
|
Defaults env_reset,pwfeedback
|
||||||
|
'';
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user