nixos/system/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
191 B
Nix
Raw Normal View History

2024-05-19 10:43:18 +00:00
{
imports = [
./fonts.nix
./fwupd.nix
2024-09-28 11:51:51 +00:00
./git.nix
./greetd.nix
2024-05-31 12:27:33 +00:00
./libvirt.nix
2024-09-28 11:51:51 +00:00
./podman.nix
2024-05-19 10:43:18 +00:00
./security.nix
2024-09-28 11:51:51 +00:00
./services.nix
./users.nix
2024-10-04 15:40:16 +00:00
./label.nix
2024-05-19 10:43:18 +00:00
];
}