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

22 lines
504 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
2024-11-14 08:17:29 +00:00
./programs/python.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
2024-12-28 06:50:21 +00:00
./services/openrefine.nix
./services/plover.nix
./services/yt-dlp.nix
];
}