testing helix

This commit is contained in:
joygnu 2024-07-16 20:21:51 +02:00
parent 1453c6ed3d
commit e1b905dc2d
4 changed files with 9 additions and 1 deletions

View file

@ -12,6 +12,7 @@
./git ./git
./ags ./ags
./neovim ./neovim
./helix
./misc ./misc
inputs.ags.homeManagerModules.default inputs.ags.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim

6
home/helix/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
programs.helix = {
enable = true;
};
}

View file

@ -52,6 +52,7 @@
"$mod, M, exec, mbsync -a && alacritty -e neomutt" "$mod, M, exec, mbsync -a && alacritty -e neomutt"
"$mod, A, exec, rofi -show drun" "$mod, A, exec, rofi -show drun"
"$mod, F, exec, freetube" "$mod, F, exec, freetube"
"$mod, C, exec, hyprpickr -a"
"$mod+Shift, W, exec, bash ~/nix/home/hyprland/vm.sh" "$mod+Shift, W, exec, bash ~/nix/home/hyprland/vm.sh"
"$mod+Shift, Z, exec, grim - | swappy -f -" "$mod+Shift, Z, exec, grim - | swappy -f -"
"$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh" "$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh"

View file

@ -33,7 +33,7 @@
}; };
history.size = 1000000; history.size = 1000000;
history.path = "~/.config/zsh/history"; history.path = ".config/zsh/history";
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;