puter/common/default.nix
2024-02-04 21:51:11 +01:00

19 lines
241 B
Nix

{
imports = [
./avahi.nix
./bash.nix
./boot.nix
./dbus.nix
./fs.nix
./fwupd.nix
./nix.nix
./opengl.nix
./openssh.nix
./readline.nix
./ssh.nix
./sudo.nix
./swap.nix
./users.nix
];
}