From 07ad5f7513e4b71e761ae2fb877e4034b32c2d3c Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 22 Jan 2024 19:07:11 +0000 Subject: [PATCH] sync --- {home-manager/users => dotfiles}/sstent/mr_completion.bash | 0 dotfiles/sstent/{.bash_completion => nomad_.bash} | 0 home-manager/users/sstent/default.nix | 1 + 3 files changed, 1 insertion(+) rename {home-manager/users => dotfiles}/sstent/mr_completion.bash (100%) rename dotfiles/sstent/{.bash_completion => nomad_.bash} (100%) 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;