mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 00:29:49 +01:00
Deleting apps in flake.nix
This commit is contained in:
parent
99b7726502
commit
809f7cd698
1 changed files with 4 additions and 4 deletions
|
@ -27,9 +27,9 @@
|
|||
};
|
||||
};
|
||||
defaultPackage = packages.hyprland;
|
||||
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
||||
defaultApp = apps.${system}.hyprland;
|
||||
apps.default =
|
||||
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||
# apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
||||
# defaultApp = apps.${system}.hyprland;
|
||||
# apps.default =
|
||||
# utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue