diff --git a/home-manager/users/sstent/mr_completion.bash b/dotfiles/sstent/mr_completion.bash similarity index 100% rename from home-manager/users/sstent/mr_completion.bash rename to dotfiles/sstent/mr_completion.bash diff --git a/dotfiles/sstent/.bash_completion b/dotfiles/sstent/nomad_.bash similarity index 100% rename from dotfiles/sstent/.bash_completion rename to dotfiles/sstent/nomad_.bash diff --git a/home-manager/users/sstent/default.nix b/home-manager/users/sstent/default.nix index 5c1b212..90ec359 100644 --- a/home-manager/users/sstent/default.nix +++ b/home-manager/users/sstent/default.nix @@ -30,6 +30,7 @@ #home.file."/home/sstent/.config/bash-completions/mr.bash".source = ./mr_completion.bash; # home.file."/home/sstent/justfile".source = ./justfile; home.file."/home/sstent/justfile".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/vmimages/dotfiles/${config.home.username}/justfile"; + home.file."/home/sstent/.config/bash-completions/nomad_.bash".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/vmimages/dotfiles/${config.home.username}/nomad_.bash"; # home.file."/home/sstent/.config/beets/test".source = config.lib.file.mkOutOfStoreSymlink /run/user/1000/secrets/test;