diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 01:06:07 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 01:06:07 -0800 |
commit | 3b037e3c981c483c05c67c2d55ba52d4645655c2 (patch) | |
tree | e059882afea4caf70ce0938e7f18f9d5e9516083 /hosts/arrakis | |
parent | dcb9de7615243c74666dd060baeece0826a993f5 (diff) | |
download | nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar.gz nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar.bz2 nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar.lz nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar.xz nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.tar.zst nix-3b037e3c981c483c05c67c2d55ba52d4645655c2.zip |
Fix syntax?
Diffstat (limited to 'hosts/arrakis')
-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 |