feat(home-manager): add theming using stylix

This commit is contained in:
Mohammad Rafiq 2025-03-07 18:10:08 +08:00
parent 098b1dbcad
commit 655bdebfc5
9 changed files with 470 additions and 770 deletions

View file

@ -4,6 +4,6 @@
package = inputs.yazi.packages.${pkgs.system}.default;
enableBashIntegration = true;
settings = {};
theme = builtins.fromTOML (builtins.readFile ./yazi/theme.toml);
# theme = builtins.fromTOML (builtins.readFile ./yazi/theme.toml);
};
}