diff --git a/desktops/gnome.nix b/desktops/gnome.nix index 2f9cfac7..ac55a626 100644 --- a/desktops/gnome.nix +++ b/desktops/gnome.nix @@ -49,7 +49,8 @@ # ./gnome/themes/gruvbox.nix # ./gnome/themes/tokyo-night.nix # ./gnome/themes/nordic.nix - ./gnome/themes/vimix.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. } \ No newline at end of file diff --git a/desktops/gnome/themes/fluent.nix b/desktops/gnome/themes/fluent.nix new file mode 100644 index 00000000..689a8092 --- /dev/null +++ b/desktops/gnome/themes/fluent.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: { + environment.systemPackages = with pkgs; [ + fluent-gtk-theme + fluent-icon-theme + ]; +} \ No newline at end of file