mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Try out self
This commit is contained in:
parent
0d22d6ac7a
commit
7318af2f59
4 changed files with 8 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue