mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add lingering changes
This commit is contained in:
parent
778c2403fc
commit
74b64ab6f1
11 changed files with 74 additions and 616 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue