Added toggles to the flake, to select Desktop environment easily.

This commit is contained in:
2025-08-27 14:07:49 +02:00
parent a79e6e2098
commit 5ef38501e4
3 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, username, version, ... }:
{ lib, inputs, config, pkgs, username, version, hyprlandEnabled, ... }:
{
# Home Manager needs a bit of information about you and the
@ -10,8 +10,9 @@
inputs.zen-browser.homeModules.beta
# or inputs.zen-browser.homeModules.twilight
# or inputs.zen-browser.homeModules.twilight-official
./hyprland/hyprland-home.nix
];
#./hyprland/hyprland-home.nix
]
++ lib.optional hyprlandEnabled ./hyprland/hyprland-home.nix;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage