Kakoune: disable everywhere
This commit is contained in:
parent
ba932c8233
commit
40032f7fd9
5 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ with lib; {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
systemPackages = builtins.attrValues { inherit (pkgs) kakoune tmux vim; };
|
systemPackages = builtins.attrValues { inherit (pkgs) helix tmux vim; };
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
# ../../modules/hm/development/rust.nix
|
# ../../modules/hm/development/rust.nix
|
||||||
|
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
../../modules/hm/kakoune.nix
|
# ../../modules/hm/kakoune.nix
|
||||||
../../modules/hm/kitty.nix
|
../../modules/hm/kitty.nix
|
||||||
../../modules/hm/megasync.nix
|
../../modules/hm/megasync.nix
|
||||||
../../modules/hm/syncthing.nix
|
../../modules/hm/syncthing.nix
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
../../modules/hm/heif.nix
|
../../modules/hm/heif.nix
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
# ../../modules/hm/joystickwake.nix
|
# ../../modules/hm/joystickwake.nix
|
||||||
../../modules/hm/kakoune.nix
|
# ../../modules/hm/kakoune.nix
|
||||||
../../modules/hm/kdeconnect.nix
|
../../modules/hm/kdeconnect.nix
|
||||||
# ../../modules/hm/keepassxc.nix
|
# ../../modules/hm/keepassxc.nix
|
||||||
../../modules/hm/kicad.nix
|
../../modules/hm/kicad.nix
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ with lib; {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
systemPackages = builtins.attrValues { inherit (pkgs) kakoune tmux vim; };
|
systemPackages = builtins.attrValues { inherit (pkgs) helix tmux vim; };
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
../../modules/hm/heif.nix
|
../../modules/hm/heif.nix
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
../../modules/hm/joystickwake.nix
|
../../modules/hm/joystickwake.nix
|
||||||
../../modules/hm/kakoune.nix
|
# ../../modules/hm/kakoune.nix
|
||||||
../../modules/hm/kdeconnect.nix
|
../../modules/hm/kdeconnect.nix
|
||||||
# ../../modules/hm/keepassxc.nix
|
# ../../modules/hm/keepassxc.nix
|
||||||
# ../../modules/hm/kitty.nix
|
# ../../modules/hm/kitty.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue