puter/common/default.nix
2024-04-21 17:49:50 +02:00

24 lines
320 B
Nix

{
imports = [
./bash.nix
./cnf.nix
./fish.nix
./boot.nix
./bottom.nix
./dbus.nix
./direnv.nix
./fs.nix
./fwupd.nix
./git.nix
./neovim.nix
./nix.nix
./opengl.nix
./readline.nix
./ssh.nix
./starship.nix
./sudo.nix
./swap.nix
./users.nix
];
}