use overlay from zerforschen, re-rename homeModules
This commit is contained in:
parent
29d96e90a4
commit
232728a053
3 changed files with 11 additions and 10 deletions
12
homeModules/adwaita.nix
Normal file
12
homeModules/adwaita.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme.name = "Adwaita";
|
||||
cursorTheme.name = "Adwaita";
|
||||
theme = {
|
||||
name = "adw-gtk3-dark";
|
||||
package = pkgs.adw-gtk3;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue