Add firefox theming among other things
This commit is contained in:
parent
954eefbfb5
commit
8793835fdc
9 changed files with 377 additions and 76 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue