puter/common/default.nix

24 lines
323 B
Nix
Raw Normal View History

2024-02-04 20:51:11 +00:00
{
imports = [
2024-02-27 19:27:45 +00:00
./atuin.nix
2024-02-04 20:51:11 +00:00
./avahi.nix
2024-03-08 21:46:46 +00:00
./bash.nix
2024-02-04 20:51:11 +00:00
./boot.nix
2024-03-08 21:46:46 +00:00
./bottom.nix
2024-02-04 20:51:11 +00:00
./dbus.nix
2024-03-08 21:46:46 +00:00
./direnv.nix
2024-02-04 20:51:11 +00:00
./fs.nix
./fwupd.nix
2024-03-08 21:46:46 +00:00
./git.nix
2024-04-04 19:05:02 +00:00
./neovim.nix
2024-02-04 20:51:11 +00:00
./nix.nix
./opengl.nix
./readline.nix
./ssh.nix
2024-02-27 19:27:45 +00:00
./starship.nix
2024-02-04 20:51:11 +00:00
./sudo.nix
./swap.nix
./users.nix
];
}