From a7cb020ca0f728cca17f60f8a8947058a6b00f75 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 15 Jun 2021 14:38:14 -0400 Subject: [PATCH] Add arc-theme + icon theme --- README.org | 2 ++ modules/gtk.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index cf0c035..2daa867 100644 --- a/README.org +++ b/README.org @@ -617,6 +617,8 @@ GTK[fn:20] is a free and open-source, cross-platform widget toolkit for graphica { home.packages = [ pkgs.nordic + pkgs.arc-theme + pkgs.arc-icon-theme pkgs.lxappearance ]; diff --git a/modules/gtk.nix b/modules/gtk.nix index 9699592..d67c398 100644 --- a/modules/gtk.nix +++ b/modules/gtk.nix @@ -4,6 +4,8 @@ { home.packages = [ pkgs.nordic + pkgs.arc-theme + pkgs.arc-icon-theme pkgs.lxappearance ];