2021-09-14 20:55:50 +02:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2021-10-12 14:56:39 +02:00
|
|
|
imports = [ ./rofi ./kitty.nix ./zathura.nix ./email.nix ./spotify.nix ];
|
2021-09-14 20:55:50 +02:00
|
|
|
home-manager.users.moritz.home.packages = with pkgs; [
|
|
|
|
neofetch
|
2021-09-14 23:34:44 +02:00
|
|
|
unstable.keepassxc
|
2021-09-29 13:33:57 +02:00
|
|
|
xfce.thunar
|
|
|
|
xfce.xfconf
|
|
|
|
xfce.tumbler
|
|
|
|
xfce.exo
|
2021-10-08 20:38:19 +02:00
|
|
|
libreoffice
|
2021-09-14 20:55:50 +02:00
|
|
|
];
|
|
|
|
}
|