rustdesk stable

This commit is contained in:
Your Name 2024-02-26 21:25:39 +03:00
parent ae446268ff
commit d79949f1c8

View file

@ -1,4 +1,4 @@
{ unstable, inputs, home, config, lib, pkgs, specialArgs, ... }: { stable, unstable, inputs, home, config, lib, pkgs, specialArgs, ... }:
{ {
home.username = "delta"; home.username = "delta";
@ -38,7 +38,6 @@
home.packages = (with pkgs; [ home.packages = (with pkgs; [
git git
rustdesk
chromium chromium
wl-clipboard wl-clipboard
wl-clipboard-x11 wl-clipboard-x11
@ -68,6 +67,8 @@
nom nom
vesktop vesktop
localsend localsend
]) ++ (with stable; [
rustdesk
]) ++ ([ ]) ++ ([
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
]); ]);