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/rust.nix
|
||||
|
||||
../../modules/hm/alacritty.nix
|
||||
# ../../modules/hm/alacritty.nix
|
||||
../../modules/hm/autorandr.nix
|
||||
../../modules/hm/biblio.nix
|
||||
../../modules/hm/bitwarden.nix
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
../../modules/hm/kdeconnect.nix
|
||||
# ../../modules/hm/keepassxc.nix
|
||||
../../modules/hm/kicad.nix
|
||||
# ../../modules/hm/kitty.nix
|
||||
../../modules/hm/kitty.nix
|
||||
../../modules/hm/libinput-gestures.nix
|
||||
../../modules/hm/lutris.nix
|
||||
../../modules/hm/mangohud.nix
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
../../modules/hm/development/python.nix
|
||||
../../modules/hm/development/rust.nix
|
||||
|
||||
../../modules/hm/alacritty.nix
|
||||
# ../../modules/hm/alacritty.nix
|
||||
../../modules/hm/autorandr.nix
|
||||
../../modules/hm/biblio.nix
|
||||
../../modules/hm/bitwarden.nix
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
# ../../modules/hm/kakoune.nix
|
||||
../../modules/hm/kdeconnect.nix
|
||||
# ../../modules/hm/keepassxc.nix
|
||||
# ../../modules/hm/kitty.nix
|
||||
../../modules/hm/kitty.nix
|
||||
../../modules/hm/lutris.nix
|
||||
../../modules/hm/mangohud.nix
|
||||
../../modules/hm/megasync.nix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
# ./thunar.nix
|
||||
./nemo.nix
|
||||
./terminator.nix
|
||||
./alacritty.nix
|
||||
# ./alacritty.nix
|
||||
./kitty.nix
|
||||
];
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
};
|
||||
services.sxhkd =
|
||||
let
|
||||
primaryTerminal = "alacritty";
|
||||
primaryTerminal = "kitty";
|
||||
secondaryTerminal = "terminator";
|
||||
fileManager = "nemo";
|
||||
secondaryFileManager = "nautilus";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue