dotfiles/hosts/pixnix/services/default.nix

6 lines
59 B
Nix
Raw Normal View History

2023-09-24 00:14:49 +00:00
{
imports = [
./printing.nix
./xserver.nix
];
}