nixdots/system/roles/workstation/services/default.nix

10 lines
93 B
Nix
Raw Normal View History

2024-04-13 18:10:01 +00:00
{
imports = [
./earlyoom.nix
./mount.nix
./printing.nix
2024-06-10 16:54:47 +00:00
./misc.nix
2024-04-13 18:10:01 +00:00
];
}