added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
14
nyx/homes/notashelf/themes/global.nix
Normal file
14
nyx/homes/notashelf/themes/global.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{osConfig, ...}: let
|
||||
cfg = osConfig.modules.style;
|
||||
in {
|
||||
# cursor theme
|
||||
home = {
|
||||
pointerCursor = {
|
||||
package = cfg.pointerCursor.package; # pkgs.bibata-cursors;
|
||||
name = cfg.pointerCursor.name; # "Bibata-Modern-Classic";
|
||||
size = cfg.pointerCursor.size;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue