nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 31a83b8a134cae0306d1c3f53718f2df43ecd71b
parent f44814ac19100c6f1d7c2957ad0eba321aa16160
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 17 Jul 2026 11:03:19 +0100

Move jocalsend to common non-free package list

Also remove some unused non-free packages

Diffstat:
Mcommon/jocalsend.nix | 3+--
Mcommon/packages.nix | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/common/jocalsend.nix b/common/jocalsend.nix @@ -1,9 +1,8 @@ -{ lib, pkgs, ... }: +{ pkgs, ... }: { # Packages environment.systemPackages = with pkgs; [ jocalsend ]; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "jocalsend" ]; # Firewall ports networking.firewall.allowedTCPPorts = [ 53317 ]; diff --git a/common/packages.nix b/common/packages.nix @@ -21,12 +21,11 @@ ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "beeper" "discord" + "jocalsend" "libretro-genesis-plus-gx" "libretro-snes9x" "posy-cursors" - "spotify" "steam" "steam-unwrapped" "unrar"