diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-25 10:20:56 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-25 10:20:56 -0500 |
commit | 7551c8b0e98d27693987192e4085362cd61fedaa (patch) | |
tree | 3cb0accaf9a43b5c12c35c37fbc63a3ee0495588 | |
parent | 68f59d86c15f613f56be9fa305dbbaf1da479e25 (diff) | |
download | nixos-config-7551c8b0e98d27693987192e4085362cd61fedaa.tar.gz nixos-config-7551c8b0e98d27693987192e4085362cd61fedaa.zip |
hosts/{tomato,bean/common}: Install Dolphin
-rw-r--r-- | hosts/bean/common.nix | 1 | ||||
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index dc30bb2..b368083 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -56,6 +56,7 @@ in shipwright _2ship2harkinian azahar + dolphin-emu ]; this.unfree.allowed = [ diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index be7c3bd..8d7b39c 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -54,6 +54,7 @@ in shipwright _2ship2harkinian azahar + dolphin-emu ]; this.unfree.allowed = [ |