depot/hosts/soda/soda.nix

14 lines
148 B
Nix
Raw Normal View History

2022-05-28 22:53:03 +03:00
{
2022-05-28 22:54:12 +03:00
imports = [
2022-05-28 22:54:50 +03:00
./data
2022-05-28 22:54:12 +03:00
./shell-profile
];
2022-05-28 22:53:03 +03:00
environment.systemPackages = [
# provide some editors
nano
vim
neovim
];
}