2022-12-04 13:45:43 +00:00
|
|
|
{tree, ...}: {
|
2022-11-10 14:57:07 +00:00
|
|
|
imports = with tree; [
|
|
|
|
profiles.sound.pipewire
|
|
|
|
profiles.gui.base
|
|
|
|
|
2023-09-18 03:56:58 +01:00
|
|
|
profiles.firewallAllow.aria2c
|
|
|
|
profiles.firewallAllow.soulseek
|
2022-11-10 14:57:07 +00:00
|
|
|
profiles.mullvad
|
|
|
|
];
|
|
|
|
|
2023-08-29 14:07:17 +01:00
|
|
|
boot.plymouth.enable = true;
|
|
|
|
|
2022-11-10 14:57:07 +00:00
|
|
|
home-manager.users.chaos = {
|
|
|
|
imports = with tree; [
|
|
|
|
home.gui.base
|
|
|
|
|
2023-09-18 03:56:58 +01:00
|
|
|
home.apps.fileRoller
|
2022-11-10 14:57:07 +00:00
|
|
|
home.apps.nautilus
|
|
|
|
home.apps.pavucontrol
|
|
|
|
home.apps.mpv
|
|
|
|
|
2022-11-11 16:32:26 +00:00
|
|
|
home.apps.firefox
|
2022-11-10 14:57:07 +00:00
|
|
|
home.apps.telegram
|
|
|
|
home.apps.quassel
|
2023-05-03 16:45:10 +01:00
|
|
|
home.apps.session
|
2023-08-01 18:48:59 +01:00
|
|
|
home.apps.toot-cli
|
2022-11-10 14:57:07 +00:00
|
|
|
|
2022-11-23 15:58:12 +00:00
|
|
|
home.apps.obsidian
|
2023-09-01 16:56:26 +01:00
|
|
|
home.apps.libreoffice
|
|
|
|
|
2022-11-10 14:57:07 +00:00
|
|
|
home.apps.strawberry
|
|
|
|
home.apps.nicotine-plus
|
|
|
|
home.apps.musicutil
|
|
|
|
|
|
|
|
home.apps.mullvad
|
|
|
|
home.apps.aria2
|
|
|
|
home.apps.rclone
|
|
|
|
home.apps.restic
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|