nixfiles/presets/home-manager/guiDesktop.nix

31 lines
439 B
Nix
Raw Permalink Normal View History

2024-07-24 15:11:46 +01:00
{tree, ...}: {
imports = with tree.profiles.home-manager; [
gui.base
gui.environments.gnome
homeFolders
musicLibrary
apps.fileRoller
apps.nautilus
apps.pavucontrol
apps.mpv
apps.firefox
apps.telegram
apps.thunderbird
apps.toot-cli
apps.obsidian
apps.libreoffice
apps.nicotine-plus
apps.musicutil
apps.mullvad
apps.aria2
apps.rclone
apps.restic
];
}