This commit is contained in:
LavaDesu 2021-05-27 15:49:40 +07:00
parent b7475d94ab
commit c4e14e9729
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 10 additions and 3 deletions

View file

@ -25,7 +25,7 @@
};
imports = [
./gtk.nix
./theming.nix
./xdg.nix
./alacritty.nix

View file

@ -11,8 +11,15 @@
name = "Yaru";
};
theme = {
name = "Adapta-Nokto-Eta";
package = pkgs.adapta-gtk-theme;
name = "Materia-dark";
package = pkgs.materia-theme;
};
};
# TODO: i gave up
#xsession.pointerCursor = {
# package = pkgs.bibata-cursors;
# name = "Bibata_Classic";
# size = 16;
#};
}