From 73a837925b43dafe23392a825099b8df6fff18d7 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 9 Jul 2025 14:40:57 -0500 Subject: [PATCH] test --- hosts/hakase/configuration.nix | 2 ++ modules/default/remote.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hakase/configuration.nix b/hosts/hakase/configuration.nix index cd575e1..83fecbe 100644 --- a/hosts/hakase/configuration.nix +++ b/hosts/hakase/configuration.nix @@ -18,6 +18,8 @@ environment.systemPackages = with pkgs; [ pavucontrol wl-clipboard + wget + protontricks ]; users = { diff --git a/modules/default/remote.nix b/modules/default/remote.nix index efd2ab2..f7e9be4 100644 --- a/modules/default/remote.nix +++ b/modules/default/remote.nix @@ -1,6 +1,4 @@ { imports = [ - ../../packages/moondeck-buddy/appimage.nix - ../../packages/sunshine/default.nix ]; }