From c4c59e28873469dea3a7b82cf05247c27f0a9a9f Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 14:13:42 +0900 Subject: [PATCH] Add all themes --- desktops/gnome.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktops/gnome.nix b/desktops/gnome.nix index ac55a626..757fb5eb 100644 --- a/desktops/gnome.nix +++ b/desktops/gnome.nix @@ -46,10 +46,10 @@ ]; imports = [ - # ./gnome/themes/gruvbox.nix - # ./gnome/themes/tokyo-night.nix - # ./gnome/themes/nordic.nix - # ./gnome/themes/vimix.nix + ./gnome/themes/gruvbox.nix + ./gnome/themes/tokyo-night.nix + ./gnome/themes/nordic.nix + ./gnome/themes/vimix.nix ./gnome/themes/fluent.nix ]; # Idea... Move these to a separate file and tie it into dconf sections that load the theme automatically when I want it.