nixos/system/default.nix
Torjus Håkestad c1ccf3485e
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s
Periodic flake update / flake-update (push) Successful in 1m28s
Add nb_NO locale. Set LC_TIME to nb_NO
2025-03-08 03:34:57 +01:00

17 lines
226 B
Nix

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