use options in home managers

This commit is contained in:
Osman Faruk Bayram 2025-04-29 02:18:37 +03:00
parent fb41722020
commit 1cbae3f1fb
3 changed files with 116 additions and 102 deletions

View file

@ -27,6 +27,6 @@
home.stateVersion = config.system.stateVersion;
programs.home-manager.enable = true;
enableGTK = config.myModules.enableKDE;
enableFirefox = config.myModules.enableKDE;
}