summaryrefslogtreecommitdiff
path: root/hosts/unfree.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/unfree.nix')
-rw-r--r--hosts/unfree.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/unfree.nix b/hosts/unfree.nix
index d3e889d..73c4a8a 100644
--- a/hosts/unfree.nix
+++ b/hosts/unfree.nix
@@ -1,9 +1,16 @@
-{pkgs, ...}: {
+{
+ pkgs,
+ inputs,
+ ...
+}: {
# allow unfree
nixpkgs.config = {
allowUnfree = true;
+ allowUnfreePredicate = _: true;
chromium.enableWideVine = true;
};
+
+ # https://stackoverflow.com/questions/77585228/how-to-allow-unfree-packages-in-nix-for-each-situation-nixos-nix-nix-wit
environment.systemPackages = with pkgs; [
# opera
spotify
@@ -15,6 +22,7 @@
steamcmd
steam-run
protonup-qt
+ # inputs.claude-desktop.packages.x86_64-linux.claude-desktop
];
# fucking vscode requires this for github copilot