refactor(homeModules/desktop): rm option declarations

This commit is contained in:
Mohammad Rafiq 2025-05-21 09:52:57 +08:00
parent ccdd8d19d9
commit aa9a28fa1c
No known key found for this signature in database
9 changed files with 16 additions and 32 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
config,
lib,
osConfig,
...
@ -9,7 +8,7 @@ let
mainMonitor = osConfig.desktop.mainMonitor;
in
{
config = lib.mkIf (config.desktop.windowManager == "hyprland") {
config = lib.mkIf (osConfig.desktop.windowManager == "hyprland") {
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;