diff options
Diffstat (limited to 'config/dotfiles.nix')
| -rw-r--r-- | config/dotfiles.nix | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/config/dotfiles.nix b/config/dotfiles.nix new file mode 100644 index 0000000..1a89f9b --- /dev/null +++ b/config/dotfiles.nix @@ -0,0 +1,8 @@ +{ home, lib, ... }: + +{ +  home.file = { +    ".tmux.conf".source = ./.tmux.conf; +    ".fdignore".source = ./.fdignore; +  }; +} | 
