2024-04-07 17:08:48 -07:00
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
|
|
{
|
2024-04-07 17:14:00 -07:00
|
|
|
imports = [
|
2024-04-07 17:08:48 -07:00
|
|
|
./games
|
|
|
|
|
./input-remapper
|
|
|
|
|
./librewolf
|
|
|
|
|
./shells
|
|
|
|
|
./syncthing
|
2024-04-11 16:26:10 -07:00
|
|
|
./virtualbox
|
2024-04-07 17:08:48 -07:00
|
|
|
];
|
|
|
|
|
}
|