stockholm/lass/3modules/default.nix

12 lines
154 B
Nix
Raw Normal View History

2015-07-27 12:01:00 +00:00
_:
{
imports = [
2015-10-19 12:06:04 +00:00
./folderPerms.nix
2016-04-20 11:59:22 +00:00
./mysql-backup.nix
2015-10-19 12:06:04 +00:00
./per-user.nix
./urxvtd.nix
2015-11-09 01:36:07 +00:00
./wordpress_nginx.nix
2016-04-20 11:59:22 +00:00
./xresources.nix
2015-07-27 12:01:00 +00:00
];
}