wry, many thing

This commit is contained in:
atagen 2026-04-08 11:43:10 +10:00
parent 6e62eccfba
commit 848ed62c5d
47 changed files with 1598 additions and 1201 deletions

View file

@ -7,16 +7,18 @@
...
}:
{
environment.sessionVariables.XCURSOR_THEME = config.rice.cursor.name;
environment = {
sessionVariables.XCURSOR_THEME = config.rice.cursor.name;
user.packages =
let
inherit (config.rice) icons cursor;
in
icons.pkgs
++ [
cursor.package
];
systemPackages =
let
inherit (config.rice) icons cursor;
in
icons.pkgs
++ [
cursor.package
];
};
rice = {
@ -34,7 +36,10 @@
gtk-theme = {
name = "nix-rice";
package = localPkgs.gtk-theme.override { palette = config.rice.palette.shortHex; };
package = localPkgs.gtk-theme.override {
palette = config.rice.palette.shortHex;
# roles = config.rice.roles config.rice.palette.shortHex;
};
};
borders = {