|
@ -1,3 +1,4 @@ |
|
|
|
|
|
{ config, pkgs, ...}: |
|
|
{ |
|
|
{ |
|
|
# Home Manager needs a bit of information about you and the |
|
|
# Home Manager needs a bit of information about you and the |
|
|
# paths it should manage. |
|
|
# paths it should manage. |
|
@ -62,4 +63,4 @@ |
|
|
".tmux.conf".source = ../dotfiles/tmux.conf; |
|
|
".tmux.conf".source = ../dotfiles/tmux.conf; |
|
|
".zshrc".source = ../dotfiles/zshrc; |
|
|
".zshrc".source = ../dotfiles/zshrc; |
|
|
}; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
} |