refactor(home): use mkForce for config values and disable stylix targets

This commit is contained in:
uttarayan21
2025-10-24 09:34:29 +05:30
parent 322e4e4230
commit b2982efef0
4 changed files with 9 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
config,
...
}: {
stylix.targets.fish.enable = false;
programs.fish = {
enable = true;
shellAbbrs = {

View File

@@ -9,7 +9,7 @@
enable = true;
enableFishIntegration = true;
enableNushellIntegration = true;
theme = lib.mkDefault builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha.toml");
# theme = lib.mkDefault builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha.toml");
settings = {
plugin = {
prepend_preloaders = [