Add kitty theming

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-23 20:46:43 +03:00
parent 3d503fd1c2
commit bedf27aa5f
9 changed files with 271 additions and 56 deletions

View File

@@ -105,12 +105,15 @@ in
fi
'';
home = {
sessionVariables.NIXOS_OZONE_WL = "1";
theme.extraConfig = let name = "reload-hyprland"; in
"${pkgs.writeShellApplication {
inherit name;
runtimeInputs = with pkgs; [ hyprland ];
text = ''
hyprctl reload
'';
}}/bin/${name} &";
packages = with pkgs; [
pavucontrol
];
};
home.sessionVariables.NIXOS_OZONE_WL = "1";
};
}