[nix] Try out self

This commit is contained in:
Alyxia Sother 2024-04-14 12:18:09 +02:00
parent 0d22d6ac7a
commit 7318af2f59
No known key found for this signature in database
GPG key ID: 01E16C4E775A37E4
4 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,12 @@
{ dotfiles, ... }:
{ self, ... }:
{
programs.zsh = {
enable = true;
initExtra = ''
export GPG_TTY=$(tty)
source ${dotfiles}/zsh/zshrc
source ~/.dotfiles/zsh/zshrc #source ${self}/zsh/zshrc
source "$HOME/.cargo/env"
[[ -d "$HOME/.local/bin" ]] || mkdir "$HOME/.local/bin"