removed Hyprland.enable conf
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
pkgs,
|
||||
inputs,
|
||||
myConfig,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.hyprland = {
|
||||
enable = myConfig.nixos.Hyprland.enable;
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user