flake.lock: bump

flake.nix: add ghostty
modules/home/programs/terminal/ghostty.nix: switch to ghostty flake

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-07 11:55:57 +03:00
parent c65a7997e2
commit 9c0e7c4cae
3 changed files with 126 additions and 144 deletions

View File

@ -1,6 +1,7 @@
{
config,
lib,
perSystem,
...
}:
with lib; let
@ -12,6 +13,7 @@ in {
config = mkIf cfg.enable {
programs.ghostty = {
enable = true;
package = perSystem.ghostty.ghostty;
settings = {
gtk-single-instance = true;
window-decoration = "client";