fix zsh & xrandr

This commit is contained in:
2024-03-03 17:40:39 +01:00
parent 398205fc33
commit 61e03c366b
3 changed files with 187 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
home.packages = with pkgs; [ fzf python3 zsh-nix-shell nix-zsh-completions ];
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
shellAliases = { update = "sudo nixos-rebuild switch"; };
enableAutosuggestions = true;