mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 10:09:49 +01:00
Fixed apps.default in flake.nix
This commit is contained in:
parent
7a5a10980d
commit
1b5c4ffff5
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@
|
||||||
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
||||||
defaultApp = apps.hyprland;
|
defaultApp = apps.hyprland;
|
||||||
apps.default =
|
apps.default =
|
||||||
utils.lib.mkApp { drv = self.packages."${system}".default; };
|
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue