feat: pywal support
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
extraPackages = with inputs.ags.packages.${pkgs.system}; [
|
||||
apps battery bluetooth greet hyprland mpris network notifd powerprofiles tray wireplumber
|
||||
] ++ [
|
||||
pkgs.fzf pkgs.icon-library
|
||||
pkgs.dart-sass pkgs.fzf pkgs.icon-library
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -16,21 +16,22 @@ in
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
adw-gtk3
|
||||
material-symbols
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
bibata-cursors
|
||||
];
|
||||
sessionVariables = {
|
||||
|
||||
sessionVariables = {
|
||||
XCURSOR_THEME = cursor-theme;
|
||||
XCURSOR_SIZE = "24";
|
||||
};
|
||||
pointerCursor = {
|
||||
|
||||
pointerCursor = {
|
||||
package = cursor-pkg;
|
||||
name = cursor-theme;
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user