This commit is contained in:
Miguel Palhas
2025-01-04 06:52:20 +00:00
parent 7b8bcf42ca
commit c0162f655d
3 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.ghostty = {
enable = true;
};
xdg.configFile."ghostty/config".source = ./ghostty/config;
}
+1
View File
@@ -0,0 +1 @@
keybind = unconsumed:ctrl+enter=ignore
+1
View File
@@ -16,6 +16,7 @@
../common/programs/desktop
../common/programs/hyprland
../common/programs/kitty.nix
../common/programs/ghostty.nix
../common/programs/syncthing.nix
../common/programs/gpg.nix
../common/features/colorscheme.nix