This commit is contained in:
parent
aac84ce5b5
commit
3a6a2f0bcc
7 changed files with 29 additions and 39 deletions
10
modules2/gtk/theme.nix
Normal file
10
modules2/gtk/theme.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
flake.modules.homeManager.gui =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
gtk.theme = {
|
||||
name = "Arc-Dark";
|
||||
package = pkgs.arc-theme;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue