[NixOS] Add ghostty
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
nixified-ai = { url = "github:nixified-ai/flake"; };
|
||||
|
||||
nixtheplanet.url = "github:matthewcroughan/nixtheplanet";
|
||||
|
||||
ghostty = {
|
||||
url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
||||
Reference in New Issue
Block a user