1
0
Fork 0
puter/common/default.nix

24 lines
323 B
Nix
Raw Normal View History

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