[NixOS] Add ghostty
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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@{
|
||||||
|
|||||||
Reference in New Issue
Block a user