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