nix-config/modules/nixos/default.nix
Jordan Holt c2659206a0
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m35s
hyprland: re-add system module
2025-03-16 17:20:00 +00:00

14 lines
284 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/desktop/mimeapps.nix
./system/wireless.nix
];
}