Add lingering changes

This commit is contained in:
muon 2024-05-24 20:30:18 +00:00
parent 778c2403fc
commit 74b64ab6f1
11 changed files with 74 additions and 616 deletions

View file

@ -7,7 +7,7 @@
...
}:
let
theme-name = "mocha";
theme-name = "gruvbox-dark-medium";
theme = "${pkgs.base16-schemes}/share/themes/${theme-name}.yaml";
wallpaper = pkgs.runCommand "image.png" {} ''
COLOR=$(${pkgs.yq}/bin/yq -r .base00 ${theme})
@ -43,5 +43,12 @@ in {
programs.zellij.enable = true;
programs.rofi.enable = true;
home.pointerCursor = {
name = "phinger-cursors-dark";
package = pkgs.phinger-cursors;
size = 32;
gtk.enable = true;
};
# config.services.xserver.desktopManager.wallpaper = ./wallpaper.jpg;
}