feat(darwin): add stylix module for enhanced styling options
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
theme = builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha.toml");
|
||||
theme = builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha/catppuccin-mocha-mauve.toml");
|
||||
settings = lib.mkIf (device.is "ryu") {
|
||||
plugin = {
|
||||
prepend_preloaders = [
|
||||
{
|
||||
name = "/run/user/1000/gvfs";
|
||||
run = "noop";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user