adds pwfeedback to sudo

moves dock to LEFT
This commit is contained in:
Menno van Leeuwen 2024-11-03 22:16:17 +01:00
parent ec468d6221
commit 55d2a96a33
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@
custom-theme-running-dots-color = "rgb(255,255,255)";
dash-max-icon-size = 48;
dock-fixed = false;
dock-position = "BOTTOM";
dock-position = "LEFT";
extend-height = 0;
height-fraction = 0.9;
intellihide = true;

View File

@ -60,6 +60,9 @@
];
services.tailscale.enable = true;
security.sudo.extraConfig = ''
Defaults env_reset,pwfeedback
'';
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions