Skip to content

Commit

Permalink
feat: DE special arg
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Jul 7, 2024
1 parent 024b4f6 commit 5517118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ if [ "$nvidia" = true ]; then
in nixpkgs.lib.nixosSystem {
specialArgs = {
username = "$username";
DE = "hyprland";
hostName = "$hostname";
hyprlandConfig = "laptop";
inherit system;
Expand All @@ -112,6 +113,7 @@ else
in nixpkgs.lib.nixosSystem {
specialArgs = {
username = "$username";
DE = "hyprland";
hostName = "$hostname";
hyprlandConfig = "laptop";
inherit system;
Expand Down

0 comments on commit 5517118

Please sign in to comment.