diff --git a/home/home.nix b/home/home.nix index a6f52cc..d8198e3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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 ]);