aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/sils/gtk/default.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/users/sils/gtk/default.nix b/users/sils/gtk/default.nix
index 63c9d46..fbce6e8 100644
--- a/users/sils/gtk/default.nix
+++ b/users/sils/gtk/default.nix
@@ -1,14 +1,6 @@
-{
- config,
- pkgs,
- ...
-}: {
+{config, ...}: {
gtk = {
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
- theme = {
- package = pkgs.gnome.gnome-themes-extra;
- name = "Adwaita";
- };
};
}