mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 07:25:58 +01:00
parent
f012faea49
commit
cde66de09f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
defaultPackage = packages.hyprland;
|
||||
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
||||
defaultApp = apps.${system}.hyprland;
|
||||
defaultApp = apps.hyprland;
|
||||
apps.default =
|
||||
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue