Skip to content

Commit

Permalink
docs: Add gtk.enable to home manager instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dacid44 committed Nov 6, 2024
1 parent b6b775d commit 8286393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Example home configuration:
# import the carburetor module
imports = [ inputs.carburetor.homeManagerModules.default ];
# enable home manager gtk module
gtk.enable = true;
# configure carburetor theme installation
carburetor = {
config = {
Expand Down
4 changes: 1 addition & 3 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ one of “cool”, “light”, “warm”, “regular”



Whether to enable installing and configuring gtk themes\.
Whether to enable installing and configuring gtk themes\. Also requires `gtk.enable = true;`\.



Expand Down Expand Up @@ -341,5 +341,3 @@ boolean

*Example:*
` true `


1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
stateVersion = "24.05";
};

gtk.enable = true;
carburetor = {
config = {
variant = "regular";
Expand Down

0 comments on commit 8286393

Please sign in to comment.