config changes (not working)
This commit is contained in:
@@ -11,7 +11,7 @@ in
|
||||
{
|
||||
|
||||
imports = [
|
||||
./shared.nix
|
||||
#./shared.nix
|
||||
inputs.stylix.homeModules.stylix
|
||||
];
|
||||
config = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user