mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 19:05:58 +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; };
|
||||
defaultApp = apps.hyprland;
|
||||
apps.default =
|
||||
utils.lib.mkApp { drv = self.packages."${system}".default; };
|
||||
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue