nixos-config/modules/home-manager/default.nix

20 lines
448 B
Nix
Raw Normal View History

{
imports = [
./files/mutable-files.nix
2024-02-04 14:25:20 +00:00
./programs/pipewire.nix
./programs/pop-launcher.nix
./programs/borgmatic.nix
./services/archivebox.nix
./services/borgbackup.nix
./services/borgmatic.nix
./services/bleachbit.nix
./services/distant.nix
./services/gallery-dl.nix
./services/gonic.nix
2024-08-12 09:55:50 +00:00
./services/ludusavi.nix
2023-07-22 01:58:45 +00:00
./services/matcha.nix
./services/plover.nix
./services/yt-dlp.nix
];
}