Switch to kitty terminal
This commit is contained in:
parent
b81840cad8
commit
c7eca5dad7
3 changed files with 7 additions and 6 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
../../modules/hm/development/python.nix
|
../../modules/hm/development/python.nix
|
||||||
../../modules/hm/development/rust.nix
|
../../modules/hm/development/rust.nix
|
||||||
|
|
||||||
../../modules/hm/alacritty.nix
|
# ../../modules/hm/alacritty.nix
|
||||||
../../modules/hm/autorandr.nix
|
../../modules/hm/autorandr.nix
|
||||||
../../modules/hm/biblio.nix
|
../../modules/hm/biblio.nix
|
||||||
../../modules/hm/bitwarden.nix
|
../../modules/hm/bitwarden.nix
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
../../modules/hm/kdeconnect.nix
|
../../modules/hm/kdeconnect.nix
|
||||||
# ../../modules/hm/keepassxc.nix
|
# ../../modules/hm/keepassxc.nix
|
||||||
../../modules/hm/kicad.nix
|
../../modules/hm/kicad.nix
|
||||||
# ../../modules/hm/kitty.nix
|
../../modules/hm/kitty.nix
|
||||||
../../modules/hm/libinput-gestures.nix
|
../../modules/hm/libinput-gestures.nix
|
||||||
../../modules/hm/lutris.nix
|
../../modules/hm/lutris.nix
|
||||||
../../modules/hm/mangohud.nix
|
../../modules/hm/mangohud.nix
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
../../modules/hm/development/python.nix
|
../../modules/hm/development/python.nix
|
||||||
../../modules/hm/development/rust.nix
|
../../modules/hm/development/rust.nix
|
||||||
|
|
||||||
../../modules/hm/alacritty.nix
|
# ../../modules/hm/alacritty.nix
|
||||||
../../modules/hm/autorandr.nix
|
../../modules/hm/autorandr.nix
|
||||||
../../modules/hm/biblio.nix
|
../../modules/hm/biblio.nix
|
||||||
../../modules/hm/bitwarden.nix
|
../../modules/hm/bitwarden.nix
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
# ../../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
|
||||||
../../modules/hm/lutris.nix
|
../../modules/hm/lutris.nix
|
||||||
../../modules/hm/mangohud.nix
|
../../modules/hm/mangohud.nix
|
||||||
../../modules/hm/megasync.nix
|
../../modules/hm/megasync.nix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,8 @@
|
||||||
# ./thunar.nix
|
# ./thunar.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./terminator.nix
|
./terminator.nix
|
||||||
./alacritty.nix
|
# ./alacritty.nix
|
||||||
|
./kitty.nix
|
||||||
];
|
];
|
||||||
home.packages = builtins.attrValues {
|
home.packages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
|
|
@ -13,7 +14,7 @@
|
||||||
};
|
};
|
||||||
services.sxhkd =
|
services.sxhkd =
|
||||||
let
|
let
|
||||||
primaryTerminal = "alacritty";
|
primaryTerminal = "kitty";
|
||||||
secondaryTerminal = "terminator";
|
secondaryTerminal = "terminator";
|
||||||
fileManager = "nemo";
|
fileManager = "nemo";
|
||||||
secondaryFileManager = "nautilus";
|
secondaryFileManager = "nautilus";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue