diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 45364bb4..b6dcefcb 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -1,4 +1,4 @@ -{ config, pkgs, makeEnable, ... }: +{ inputs, config, pkgs, makeEnable, ... }: makeEnable config "myModules.desktop" true { imports = [ ./fonts.nix @@ -57,6 +57,7 @@ makeEnable config "myModules.desktop" true { # clipit d-spy dolphin + inputs.ghostty.packages."${system}".default feh firefox diff --git a/nixos/flake.nix b/nixos/flake.nix index 5c3a7ee4..191cb6b7 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -108,6 +108,10 @@ nixified-ai = { url = "github:nixified-ai/flake"; }; nixtheplanet.url = "github:matthewcroughan/nixtheplanet"; + + ghostty = { + url = "github:ghostty-org/ghostty"; + }; }; outputs = inputs@{