summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-12-30 18:39:09 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-12-30 18:54:04 +0000
commit14fd73852847615a9de28b04e08e27b373e9e6be (patch)
tree61635ec394778351761be43c413f7a3fba339cc4 /flake.nix
parent54b71648f1ddf72dbe1092eae2da3ac6d2cd6ae0 (diff)
switch to ghostty
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 68233d3..8247e5c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,6 +20,9 @@
url = "path:/home/ivi/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
+ ghostty = {
+ url = "github:ghostty-org/ghostty";
+ };
};
outputs = inputs @ {
@@ -28,6 +31,7 @@
home-manager,
sops-nix,
deploy-rs,
+ ghostty,
...
}: let
withLibs =
@@ -127,6 +131,11 @@
modules =
[
./machines/vm-aarch64.nix
+ {
+ environment.systemPackages = [
+ ghostty.packages.aarch64-linux.default
+ ];
+ }
]
++ modulesIn ./profiles/core
++ modulesIn ./profiles/graphical;
@@ -155,6 +164,7 @@
modules =
[
./machines/work.nix
+ ghostty.packages.x86_64-linux.default
]
++ modulesIn ./profiles/core;
opts = {