mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: update flake inputs
This commit is contained in:
parent
b9ca0de56b
commit
ec648e6cc2
5 changed files with 89 additions and 67 deletions
|
@ -4,14 +4,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.hinting" = true;
|
||||
"Xft.antialias" = true;
|
||||
|
@ -59,5 +51,11 @@
|
|||
stylix = {
|
||||
inherit (nixosConfig.stylix) polarity base16Scheme;
|
||||
targets.gtk.enable = true;
|
||||
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
# size = 24;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue