Files
nix-config/modules/nixos/default.nix
Jordan Holt 35e5f6dc86
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s
mimeapps: move to user config
2025-05-10 14:37:46 +01:00

13 lines
250 B
Nix

{
imports = [
./hardware/presonus-studio
./podman.nix
./services/borgmatic.nix
./services/postgresql.nix
./services/tailscale.nix
./system/desktop/gnome.nix
./system/desktop/hyprland.nix
./system/wireless.nix
];
}