12 lines
147 B
Nix
12 lines
147 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./games
|
|
./input-remapper
|
|
./librewolf
|
|
./shells
|
|
./syncthing
|
|
./virtualbox
|
|
];
|
|
}
|