added thunar
parent
e5b0c420d3
commit
80f0f029fd
|
@ -1,15 +1,15 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./rofi ./kitty.nix ./zathura.nix ];
|
||||||
./rofi
|
|
||||||
./kitty.nix
|
|
||||||
./zathura.nix
|
|
||||||
];
|
|
||||||
home-manager.users.moritz.home.packages = with pkgs; [
|
home-manager.users.moritz.home.packages = with pkgs; [
|
||||||
neofetch
|
neofetch
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
unstable.spotify
|
unstable.spotify
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
|
xfce.thunar
|
||||||
|
xfce.xfconf
|
||||||
|
xfce.tumbler
|
||||||
|
xfce.exo
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue