moving shell scripts
This commit is contained in:
parent
e6b6e880e8
commit
a855bc4c62
16 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ nix-config, config, lib, pkgs, inputs, ... }:{
|
{ nix-config, lib, pkgs, inputs, ... }:{
|
||||||
|
|
||||||
imports = with nix-config.homeModules; [
|
imports = with nix-config.homeModules; [
|
||||||
git-conf
|
git-conf
|
||||||
|
@ -67,10 +67,6 @@
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".signature".source = ./dotfiles/dot_signature;
|
".signature".source = ./dotfiles/dot_signature;
|
||||||
".local/bin" = {
|
|
||||||
source = ./dotfiles/dot_local/bin;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
".ssh/config".source = ./dotfiles/dot_ssh/config;
|
".ssh/config".source = ./dotfiles/dot_ssh/config;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -309,7 +309,7 @@ in
|
||||||
};
|
};
|
||||||
"${app-prefix}+G" = {
|
"${app-prefix}+G" = {
|
||||||
hotkey-overlay.title = "Dirvish";
|
hotkey-overlay.title = "Dirvish";
|
||||||
action = spawn "";
|
action = wezlaunch "dirvish";
|
||||||
};
|
};
|
||||||
"${app-prefix}+F" = {
|
"${app-prefix}+F" = {
|
||||||
hotkey-overlay.title = "Yazi";
|
hotkey-overlay.title = "Yazi";
|
||||||
|
|
|
@ -186,6 +186,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
".local/bin" = {
|
||||||
|
source = ./shell-conf/scripts;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
xdg.configFile."starship.toml".source = ./shell-conf/starship/starship.toml;
|
xdg.configFile."starship.toml".source = ./shell-conf/starship/starship.toml;
|
||||||
xdg.configFile."wezterm" = {
|
xdg.configFile."wezterm" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue