diff --git a/desktop/base.nix b/desktop/base.nix index 88cf284..caa6e8d 100644 --- a/desktop/base.nix +++ b/desktop/base.nix @@ -1,11 +1,16 @@ # -# Flatpak +# Basic desktop stuff # { config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ - adwaita + # Themes + adwaita-icon-theme breeze + + # Common utils + xfce.thunar + xfce.thunar-volman ]; }