From 5517118b28538a0c5ddf8f39c8fdfcb28db3c873 Mon Sep 17 00:00:00 2001 From: Eric Tossell Date: Sat, 6 Jul 2024 21:41:23 -0400 Subject: [PATCH] feat: DE special arg --- sh/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/build.sh b/sh/build.sh index e047236..52263cf 100755 --- a/sh/build.sh +++ b/sh/build.sh @@ -93,6 +93,7 @@ if [ "$nvidia" = true ]; then in nixpkgs.lib.nixosSystem { specialArgs = { username = "$username"; + DE = "hyprland"; hostName = "$hostname"; hyprlandConfig = "laptop"; inherit system; @@ -112,6 +113,7 @@ else in nixpkgs.lib.nixosSystem { specialArgs = { username = "$username"; + DE = "hyprland"; hostName = "$hostname"; hyprlandConfig = "laptop"; inherit system;