dotfiles/machines/common/linux/default.nix

8 lines
98 B
Nix

{...}: {
imports = [
./boot.nix
./network.nix
./sound.nix
./xsession.nix
];
}