mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
rustdesk stable
This commit is contained in:
parent
ae446268ff
commit
d79949f1c8
|
|
@ -1,4 +1,4 @@
|
|||
{ unstable, inputs, home, config, lib, pkgs, specialArgs, ... }:
|
||||
{ stable, unstable, inputs, home, config, lib, pkgs, specialArgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "delta";
|
||||
|
|
@ -38,7 +38,6 @@
|
|||
|
||||
home.packages = (with pkgs; [
|
||||
git
|
||||
rustdesk
|
||||
chromium
|
||||
wl-clipboard
|
||||
wl-clipboard-x11
|
||||
|
|
@ -68,6 +67,8 @@
|
|||
nom
|
||||
vesktop
|
||||
localsend
|
||||
]) ++ (with stable; [
|
||||
rustdesk
|
||||
]) ++ ([
|
||||
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue