diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 291a0f0..64049cc 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -106,7 +106,7 @@ wpa_supplicant xonotic-sdl xpilot-ng - ] ++ [ ghostty.packages.x86_64-linux.default ]; + ] ++ ghostty.packages.x86_64-linux.default; imports = [ ./disks.nix |