add regreet
This commit is contained in:
parent
48ad8a3fdf
commit
16e9c62f76
13 changed files with 406 additions and 303 deletions
9
rice.nix
9
rice.nix
|
@ -1,8 +1,6 @@
|
|||
final: prev:
|
||||
with prev.lib.nix-rice; let
|
||||
theme = kitty-themes.parseTheme (
|
||||
./pal.conf
|
||||
);
|
||||
theme = kitty-themes.parseTheme ./pal.conf;
|
||||
# theme = kitty-themes.getThemeByName "everforest_dark_hard";
|
||||
in rec {
|
||||
rice = {
|
||||
|
@ -87,12 +85,11 @@ in rec {
|
|||
|
||||
gtk-theme = {
|
||||
name = "nix-rice";
|
||||
package = (prev.callPackage ./gtk-theme.nix {} { palette = palette.toRGBShortHex final.rice.palette; });
|
||||
package = prev.callPackage ./gtk-theme.nix {} {palette = palette.toRGBShortHex final.rice.palette;};
|
||||
# name = "Everforest-Dark";
|
||||
# package = final.everforest-theme;
|
||||
};
|
||||
|
||||
|
||||
borders = {
|
||||
thickness = 1;
|
||||
rounding = 0;
|
||||
|
@ -101,7 +98,7 @@ in rec {
|
|||
};
|
||||
|
||||
bg = {
|
||||
image = builtins.path {
|
||||
image = builtins.path {
|
||||
name = "wallpaper";
|
||||
path = ./wallpaper.png;
|
||||
sha256 = "e6fb6eb742b795bf2a356d923fe1c37f9067721e9b7048ccfaa58ca7925e5db3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue