testing helix
This commit is contained in:
parent
1453c6ed3d
commit
e1b905dc2d
|
@ -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
6
home/helix/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.helix = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue