From b3e35a643c83be466cf5d3e90be95f53096611b7 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sun, 7 Sep 2025 01:39:22 +0200 Subject: [PATCH] flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b7630d..124ac8e 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ # Link dotfiles without forcing overwrite (fails safely if a file already exists) home.file.".tmux.conf".source = ./_tmux.conf; home.file.".config/zshrc".source = ./_zshrc; - home.file.".config/bashrc".source = ./_config/bashrc; + home.file.".config/bashrc".source = ./_bashrc; home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl { url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim";