wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.configFile."ghostty/config".source = ./ghostty/config;
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
keybind = unconsumed:ctrl+enter=ignore
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
../common/programs/desktop
|
../common/programs/desktop
|
||||||
../common/programs/hyprland
|
../common/programs/hyprland
|
||||||
../common/programs/kitty.nix
|
../common/programs/kitty.nix
|
||||||
|
../common/programs/ghostty.nix
|
||||||
../common/programs/syncthing.nix
|
../common/programs/syncthing.nix
|
||||||
../common/programs/gpg.nix
|
../common/programs/gpg.nix
|
||||||
../common/features/colorscheme.nix
|
../common/features/colorscheme.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user