moving shell scripts

This commit is contained in:
Matt Nish-Lapidus 2025-07-14 19:47:00 -04:00
parent e6b6e880e8
commit a855bc4c62
16 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ nix-config, config, lib, pkgs, inputs, ... }:{
{ nix-config, lib, pkgs, inputs, ... }:{
imports = with nix-config.homeModules; [
git-conf
@ -67,10 +67,6 @@
file = {
".signature".source = ./dotfiles/dot_signature;
".local/bin" = {
source = ./dotfiles/dot_local/bin;
recursive = true;
};
".ssh/config".source = ./dotfiles/dot_ssh/config;
};

View file

@ -309,7 +309,7 @@ in
};
"${app-prefix}+G" = {
hotkey-overlay.title = "Dirvish";
action = spawn "";
action = wezlaunch "dirvish";
};
"${app-prefix}+F" = {
hotkey-overlay.title = "Yazi";

View file

@ -186,6 +186,12 @@
};
};
".local/bin" = {
source = ./shell-conf/scripts;
recursive = true;
};
xdg.configFile."starship.toml".source = ./shell-conf/starship/starship.toml;
xdg.configFile."wezterm" = {
recursive = true;