From 1d4c953d4cdb14902c5a7b49233a831192b70627 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:18:32 -0500 Subject: [PATCH] Tuning --- desktop/base.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ]; }