diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 04:00:39 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 04:15:32 +0200 |
commit | 48d18fb5174c82c69e84859fe65f1ee8037fd981 (patch) | |
tree | d09e7bb3a193a65f25e91a9d3323650a24ab21b1 /modules/base.nix | |
parent | Update lockfile (diff) | |
download | Rory-Open-Architecture-48d18fb5174c82c69e84859fe65f1ee8037fd981.tar.xz |
Desktop stuff
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-x | modules/base.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix index 22c1d3b..5727f00 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -94,6 +94,15 @@ cloud-utils nix-output-monitor expect + + + # - zsh + zsh + zsh-powerlevel10k + zsh-nix-shell + zsh-you-should-use + zsh-syntax-highlighting + zsh-completions ]; systemd.coredump.extraConfig = lib.mkDefault '' |