Split into apps and utils

This commit is contained in:
Tibo De Peuter 2023-05-24 21:34:44 +02:00
parent 0d1f99b3a1
commit c6b1282661
3 changed files with 51 additions and 40 deletions

View file

@ -6,4 +6,22 @@
./thunderbird
# ./virtualbox
];
home-manager.users.tdpeuter = { pkgs, ... }: {
home.packages = with pkgs; [
brave
caprine-bin
discord
jellyfin-media-player
libreoffice-fresh-unwrapped
mattermost-desktop
nextcloud-client
obsidian
pinentry_qt
qalculate-gtk
spotify
zathura
zoom-us
];
};
}