fix(stylix): fixed stylix applying but not having config

This commit is contained in:
2025-10-16 15:07:41 +00:00
parent 211274130e
commit f0b23422ac
3 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
nixvim.enable = true; nixvim.enable = true;
tmux.enable = true; tmux.enable = true;
fish.enable = true; fish.enable = true;
stylix.enable = true;
}; };
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.

View File

@@ -8,6 +8,7 @@
{ {
modules = { modules = {
fish.enable = true; fish.enable = true;
stylix.enable = true;
}; };
imports = [ imports = [
inputs.nixos-wsl.nixosModules.default inputs.nixos-wsl.nixosModules.default