aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3209e2b..4bd246c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,11 @@
arrakis = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [
+ {
+ environment.systemPackages = [
+ ghostty.packages.x86_64-linux.default
+ ];
+ }
disko.nixosModules.disko
./hosts/arrakis
home-manager.nixosModules.home-manager {