wry, many thing
This commit is contained in:
parent
6e62eccfba
commit
848ed62c5d
47 changed files with 1598 additions and 1201 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue