mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-19 16:21:29 +01:00
feat: update flake.lock, disable all configs related to remote desktop
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
mylib,
|
||||
...
|
||||
}: {
|
||||
imports = mylib.scanPaths ./.;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
waypipe
|
||||
moonlight-qt # moonlight client, for streaming games/desktop from a PC
|
||||
rustdesk # p2p remote desktop
|
||||
];
|
||||
# imports = mylib.scanPaths ./.;
|
||||
#
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# waypipe
|
||||
# moonlight-qt # moonlight client, for streaming games/desktop from a PC
|
||||
# rustdesk # p2p remote desktop
|
||||
# ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user