long live Kitty.
This commit is contained in:
parent
5614786b34
commit
1681a20742
5 changed files with 6 additions and 35 deletions
|
|
@ -49,7 +49,7 @@
|
|||
enable = true;
|
||||
config = {
|
||||
modifier = mod;
|
||||
terminal = "ghostty";
|
||||
terminal = "kitty";
|
||||
menu = "rofi -show drun";
|
||||
defaultWorkspace = "workspace ${ws1}";
|
||||
keybindings = {
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../../home-manager/ghostty.nix
|
||||
../../home-manager/kitty.nix
|
||||
../../home-manager/rofi.nix
|
||||
../../home-manager/dunst.nix
|
||||
../../home-manager/feh.nix
|
||||
|
|
|
|||
|
|
@ -15,12 +15,7 @@
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
# so we dont have to set TERM everytime we ssh in.
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty.terminfo
|
||||
ghostty.terminfo
|
||||
alacritty.terminfo
|
||||
rio.terminfo
|
||||
];
|
||||
environment.systemPackages = [ pkgs.kitty.terminfo ];
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = lib.mkDefault (
|
||||
if inputs ? nix-secrets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue