From f0e190ee11456de996c86e2464e826fbb31c11db Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 27 Dec 2024 01:11:05 -0800 Subject: Fix syntax --- hosts/arrakis/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/arrakis/default.nix') diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 64049cc..e4957d6 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -1,4 +1,4 @@ -{ config, ghostty, inputs, outputs, pkgs, ... }: { +{ config, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; kernel.sysctl = { @@ -106,7 +106,7 @@ wpa_supplicant xonotic-sdl xpilot-ng - ] ++ ghostty.packages.x86_64-linux.default; + ]; imports = [ ./disks.nix -- cgit v1.2.3