mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(home/y2q): add zsh
This commit is contained in:
parent
1939b8ec48
commit
68f532398c
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
||||||
../modules/cli/btop.nix
|
../modules/cli/btop.nix
|
||||||
../modules/cli/yazi.nix
|
../modules/cli/yazi.nix
|
||||||
../modules/cli/nixvim
|
../modules/cli/nixvim
|
||||||
|
../modules/cli/zsh.nix
|
||||||
|
../modules/cli/direnv.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
@ -17,6 +19,13 @@
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.initContent = ''
|
||||||
|
PROMPT='%n@%m:%~/ > '
|
||||||
|
export EDITOR="nvim"
|
||||||
|
export VISUAL="nvim"
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
'';
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue