From f0e190ee11456de996c86e2464e826fbb31c11db Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 27 Dec 2024 01:11:05 -0800 Subject: Fix syntax --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') 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 { -- cgit v1.2.3