From bdcf76f4224f5b010ab94f1c5028894eceb9047c Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 8 Jul 2024 16:04:00 +0000 Subject: [PATCH] fixing bash completion errors --- home-manager/users/sstent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/users/sstent/default.nix b/home-manager/users/sstent/default.nix index 52fbfcb..53aaad2 100644 --- a/home-manager/users/sstent/default.nix +++ b/home-manager/users/sstent/default.nix @@ -28,7 +28,7 @@ }; home.file."/home/sstent/justfile".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/vmimages/dotfiles/${config.home.username}/justfile"; - home.file.".config/bash_completion/_nomad.bash".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/vmimages/dotfiles/${config.home.username}/nomad_.bash"; + home.file.".config/_nomad.bash".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/vmimages/dotfiles/${config.home.username}/nomad_.bash"; #home.file."/home/sstent/.config/bash-completions/mr.bash".source = ./mr_completion.bash;