diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hardware/arm.nix | 6 | ||||
| -rw-r--r-- | modules/packages.nix | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/hardware/arm.nix b/modules/hardware/arm.nix index 63a448f..28e0644 100644 --- a/modules/hardware/arm.nix +++ b/modules/hardware/arm.nix @@ -1,7 +1,7 @@ { me, lib, - auxiliaryPkgs, + pkgs, ... }: @@ -17,7 +17,7 @@ assert lib.assertMsg ( # used to include replacements for necessary programs with no # default support for aarch64. (i.e. discord) - environment.systemPackages = with auxiliaryPkgs; [ - equibop # discord + environment.systemPackages = with pkgs; [ + vesktop ]; } diff --git a/modules/packages.nix b/modules/packages.nix index f10e946..229d181 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -33,7 +33,7 @@ in # bitwigs bubblewrap configuration requires some non-ARM package sets. # bitwig-studio ungoogled-chromium librewolf lagrange - senpai signal-desktop alpaca newsflash + senpai signal-desktop newsflash qemu_full virtiofsd openvpn openvpn3 update-resolv-conf |
