nixos/system/default.nix
Torjus Håkestad add7bbc626
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m54s
Periodic flake update / flake-update (push) Successful in 1m40s
Add rev to label
2024-10-04 18:08:27 +02:00

15 lines
191 B
Nix

{
imports = [
./fonts.nix
./fwupd.nix
./git.nix
./greetd.nix
./libvirt.nix
./podman.nix
./security.nix
./services.nix
./users.nix
./label.nix
];
}