puter/common/default.nix
2024-07-13 01:29:55 +02:00

23 lines
303 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
./readline.nix
./ssh.nix
./starship.nix
./sudo.nix
./swap.nix
./users.nix
];
}