Add Hyprland Toggle
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ inputs, pkgs, ...}:
|
||||
{ inputs, pkgs, config, lib, ...}:
|
||||
{
|
||||
programs.hyprland = {
|
||||
programs.hyprland = lib.mkIf config.my.desktop.hyprland.enable {
|
||||
enable = true;
|
||||
# set the flake package
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
|
||||
Reference in New Issue
Block a user