puter/common/default.nix

19 lines
241 B
Nix
Raw Normal View History

2024-02-04 20:51:11 +00:00
{
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
];
}