Add Hyprland Toggle

This commit is contained in:
2026-01-05 06:05:30 +01:00
parent 0fc4f4645e
commit 9d5b8eff9c
6 changed files with 62 additions and 35 deletions

View File

@@ -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;