abandon cosmic, try hyprland, run screaming, niri time

This commit is contained in:
atagen 2024-11-11 23:14:32 +11:00
parent 55013f738c
commit cd61813078
21 changed files with 846 additions and 200 deletions

View file

@ -1,5 +1,7 @@
final: prev:
with prev.lib.nix-rice; let
let
inherit (prev.lib.nix-rice) kitty-themes;
inherit (prev.lib.nix-rice.palette) toRGBShortHex toRgbHex;
# theme = kitty-themes.parseTheme ./op.pal;
theme = kitty-themes.parseTheme ./pal.conf;
# theme = kitty-themes.getThemeByName "everforest_dark_hard";
@ -80,7 +82,7 @@ in {
gtk-theme = {
name = "nix-rice";
package = prev.callPackage ./gtk-theme.nix {} {palette = palette.toRGBShortHex final.rice.palette;};
package = prev.callPackage ./gtk-theme.nix {} {palette = toRGBShortHex final.rice.palette;};
};
borders = {
@ -92,7 +94,7 @@ in {
bg = {
image = prev.callPackage ./wallpaper.nix {} {
palette = palette.toRGBShortHex final.rice.palette;
palette = toRGBShortHex final.rice.palette;
wallpaper = builtins.path rec {
name = "wallpaper.jpg";
path = ../${name};