config changes (not working)

This commit is contained in:
doloro
2025-09-23 11:52:13 +00:00
parent d95ea4ec27
commit 3ad89e10d2
7 changed files with 63 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ in
{
imports = [
./shared.nix
#./shared.nix
inputs.stylix.homeModules.stylix
];
config = {

View File

@@ -14,10 +14,7 @@ in
./shared.nix
inputs.stylix.nixosModules.stylix
];
options = {
modules.stylix.enable = lib.mkEnableOption "Steam configuration module";
};
config = lib.mkIf cfg.enable {
config = {
stylix.enable = true;
};