mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Split up program configs into files
Co-Authored-By: Winter <winter@winter.cafe>
This commit is contained in:
parent
3530a88e81
commit
849c0fef38
4 changed files with 61 additions and 51 deletions
11
nix/hosts/alymac/zsh.nix
Normal file
11
nix/hosts/alymac/zsh.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ dotfiles, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
export GPG_TTY=$(tty)
|
||||
source ${dotfiles}/zsh/zshrc
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue