testing helix
This commit is contained in:
parent
1453c6ed3d
commit
e1b905dc2d
|
@ -12,6 +12,7 @@
|
|||
./git
|
||||
./ags
|
||||
./neovim
|
||||
./helix
|
||||
./misc
|
||||
inputs.ags.homeManagerModules.default
|
||||
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, A, exec, rofi -show drun"
|
||||
"$mod, F, exec, freetube"
|
||||
"$mod, C, exec, hyprpickr -a"
|
||||
"$mod+Shift, W, exec, bash ~/nix/home/hyprland/vm.sh"
|
||||
"$mod+Shift, Z, exec, grim - | swappy -f -"
|
||||
"$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
};
|
||||
|
||||
history.size = 1000000;
|
||||
history.path = "~/.config/zsh/history";
|
||||
history.path = ".config/zsh/history";
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue