mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
Some checks failed
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
Available from upstream and has things that I want anyways.
24 lines
559 B
Nix
24 lines
559 B
Nix
{
|
|
imports = [
|
|
./files/mutable-files.nix
|
|
./programs/pipewire.nix
|
|
./programs/pop-launcher.nix
|
|
./programs/borgmatic.nix
|
|
./programs/diceware.nix
|
|
./programs/nushell.nix
|
|
./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
|
|
./services/ludusavi.nix
|
|
./services/matcha.nix
|
|
./services/openrefine.nix
|
|
./services/plover.nix
|
|
./services/yt-dlp.nix
|
|
];
|
|
}
|