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";
|
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
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue