puter/common/default.nix

21 lines
271 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
2024-02-14 22:06:49 +00:00
./git.nix
./helix.nix
2024-02-04 20:51:11 +00:00
./nix.nix
./opengl.nix
./openssh.nix
./readline.nix
./ssh.nix
./sudo.nix
./swap.nix
./users.nix
];
}