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;
tmux.enable = true;
fish.enable = true;
stylix.enable = true;
};
# Home Manager needs a bit of information about you and the paths it should
# manage.

View File

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