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: forgot to add the modrinth app to the unfree list

cosmeak 76f0bfdb 51687fdf

+2 -1
+1
modules/hosts/njord/configuration.nix
··· 107 107 "figma" # Collaborative design application 108 108 "gpg-suite-no-mail" # Signing tool for commits 109 109 "logi-options+" # 110 + "modrinth" # Minecraft launcher 110 111 "zed" # Code editor 111 112 ]; 112 113 };
+1 -1
modules/users/cosmeak.nix
··· 18 18 ]; 19 19 in 20 20 { 21 - allowedUnfreePackages = [ "1password" "cursor" "obsidian" "raycast" "spotify" ]; 21 + allowedUnfreePackages = [ "1password" "cursor" "modrinth-app" "obsidian" "raycast" "spotify" ]; 22 22 23 23 flake.modules.nixos.${username} = { pkgs, ... }: { 24 24 users.users.${username} = {