zsh: enable, set for qenya, add config

This commit is contained in:
Katherina Walshe-Grey 2024-07-26 19:37:31 +01:00
parent 42ce170014
commit 3bed356294
8 changed files with 46 additions and 0 deletions

View file

@ -5,6 +5,7 @@
imports = [
../../home/cli.nix
../../home/git.nix
../../home/zsh.nix
];
home.stateVersion = "23.11";

View file

@ -8,6 +8,7 @@
../../home/git.nix
../../home/gnome
../../home/vscode.nix
../../home/zsh.nix
];
home.packages = (with pkgs; [

View file

@ -6,6 +6,7 @@
../../home/cli.nix
../../home/git.nix
../../home/tmux.nix
../../home/zsh.nix
];
home.stateVersion = "23.11";