puter/common/default.nix
2024-02-14 23:06:49 +01:00

21 lines
271 B
Nix

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