Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(cosmeak/nixos): forgot to add modrinth unwrapped to unfree packages

cosmeak d6f3fdcb 71196a04

+1 -1
+1 -1
modules/users/cosmeak.nix
··· 18 18 ]; 19 19 in 20 20 { 21 - allowedUnfreePackages = [ "1password" "cursor" "modrinth-app" "obsidian" "raycast" "spotify" ]; 21 + allowedUnfreePackages = [ "1password" "cursor" "modrinth-app" "modrinth-app-unwrapped" "obsidian" "raycast" "spotify" ]; 22 22 23 23 flake.modules.nixos.${username} = { pkgs, ... }: { 24 24 users.users.${username} = {