✨ feat(gtk): Configure GTK
This commit is contained in:
parent
54742343c6
commit
1e0a27fcd3
2 changed files with 14 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
fonts.fontconfig.defaultFonts.monospace = [ "Maple Mono NF" ];
|
fonts.fontconfig.defaultFonts.monospace = [ "Maple Mono NF" ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./gtk.nix
|
||||||
./programs
|
./programs
|
||||||
./services
|
./services
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
|
|
13
home/gtk.nix
Normal file
13
home/gtk.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
rose-pine.enable = true;
|
||||||
|
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.kora-icon-theme;
|
||||||
|
name = "kora";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue