added thunar

dev-docs
Moritz Böhme 2021-09-29 13:33:57 +02:00
parent e5b0c420d3
commit 80f0f029fd
1 changed files with 5 additions and 5 deletions

View File

@ -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
];
}