Add firefox theming among other things

This commit is contained in:
Henry Hiles 2023-08-18 12:45:28 -04:00
parent 954eefbfb5
commit 8793835fdc
9 changed files with 377 additions and 76 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
gtk = {
enable = true;
@ -7,9 +11,9 @@
package = pkgs.papirus-icon-theme;
};
# cursorTheme = {
# name = "Bibata-Modern-Classic";
# package = pkgs.bibata-cursors;
# };
cursorTheme = {
name = "GoogleDot-Blue";
package = inputs.nixpkgs-google.legacyPackages.x86_64-linux.google-cursor;
};
};
}