diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-30 18:39:09 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-30 18:54:04 +0000 |
| commit | 14fd73852847615a9de28b04e08e27b373e9e6be (patch) | |
| tree | 61635ec394778351761be43c413f7a3fba339cc4 /flake.nix | |
| parent | 54b71648f1ddf72dbe1092eae2da3ac6d2cd6ae0 (diff) | |
switch to ghostty
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 = { |
