hosts/satori: enable rtkit and systemwide zsh

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-24 20:39:34 +05:30
parent 67a7c8ea27
commit df34f1fffc
2 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,17 @@
};
};
zsh = {
enable = true;
histSize = 30000;
enableBashCompletion = true;
enableCompletion = true;
autosuggestions = {
enable = true;
highlightStyle = "fg=yellow,bold";
};
};
adb.enable = true;
light.enable = true;

View File

@@ -5,6 +5,7 @@
environment.localBinInPath = true;
security = {
rtkit.enable = true;
polkit.enable = true;
sudo.enable = true;
doas = {