All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s
13 lines
250 B
Nix
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
|
|
];
|
|
}
|