trying stylix
This commit is contained in:
@@ -1,29 +1,10 @@
|
||||
{ pkgs, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
catppuccin-mocha = pkgs.runCommand "catppuccin-mocha-theme" {} ''
|
||||
mkdir -p $out/share/themes
|
||||
ln -s ${flakeRoot}/assets/hyprland/themes/Catppuccin-Mocha-Standard-Blue-Dark $out/share/themes/
|
||||
'';
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
catppuccin-mocha
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||
GTK_ICON_THEME = "Papirus-Dark";
|
||||
GTK_ENABLE_DARK_MODE = "1";
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
programs.stylix = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "blue";
|
||||
gtk = {
|
||||
icon.enable = true;
|
||||
settings = {
|
||||
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||
};
|
||||
cursors.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user