From 80f0f029fd88483f039a887fb0a4f79b9032b4ac Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Wed, 29 Sep 2021 13:33:57 +0200 Subject: [PATCH] added thunar --- modules/apps/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/apps/default.nix b/modules/apps/default.nix index f7d4c9d..0cca57b 100644 --- a/modules/apps/default.nix +++ b/modules/apps/default.nix @@ -1,15 +1,15 @@ { config, lib, pkgs, ... }: { - imports = [ - ./rofi - ./kitty.nix - ./zathura.nix - ]; + imports = [ ./rofi ./kitty.nix ./zathura.nix ]; home-manager.users.moritz.home.packages = with pkgs; [ neofetch unstable.keepassxc unstable.spotify spicetify-cli + xfce.thunar + xfce.xfconf + xfce.tumbler + xfce.exo ]; }