mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 11:21:34 +01:00
14 lines
251 B
Nix
14 lines
251 B
Nix
{
|
|
pkgs,
|
|
mylib,
|
|
...
|
|
}: {
|
|
# imports = mylib.scanPaths ./.;
|
|
#
|
|
# environment.systemPackages = with pkgs; [
|
|
# waypipe
|
|
# moonlight-qt # moonlight client, for streaming games/desktop from a PC
|
|
# rustdesk # p2p remote desktop
|
|
# ];
|
|
}
|