steam mod, move adwaita to homeModules
This commit is contained in:
parent
78400473ef
commit
084e819232
11 changed files with 113 additions and 101 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