[NixOS] Add ghostty

This commit is contained in:
2024-12-29 15:22:01 -07:00
parent aa9d7b2d88
commit 95bd8dd280
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, makeEnable, ... }: { inputs, config, pkgs, makeEnable, ... }:
makeEnable config "myModules.desktop" true { makeEnable config "myModules.desktop" true {
imports = [ imports = [
./fonts.nix ./fonts.nix
@@ -57,6 +57,7 @@ makeEnable config "myModules.desktop" true {
# clipit # clipit
d-spy d-spy
dolphin dolphin
inputs.ghostty.packages."${system}".default
feh feh
firefox firefox

View File

@@ -108,6 +108,10 @@
nixified-ai = { url = "github:nixified-ai/flake"; }; nixified-ai = { url = "github:nixified-ai/flake"; };
nixtheplanet.url = "github:matthewcroughan/nixtheplanet"; nixtheplanet.url = "github:matthewcroughan/nixtheplanet";
ghostty = {
url = "github:ghostty-org/ghostty";
};
}; };
outputs = inputs@{ outputs = inputs@{