Split into apps and utils
This commit is contained in:
parent
f1643f2ab3
commit
997e2c2586
3 changed files with 51 additions and 40 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue