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(andrhimnir): typo and unfree packages

neoxa 845193f1 3947f99a

+2 -2
+1 -1
modules/hosts/andhrimnir/configuration.nix
··· 13 13 networking.networkmanager.enable = true; 14 14 15 15 programs.steam.enable = true; 16 - programs.firefox = true; 16 + programs.firefox.enable = true; 17 17 environment.systemPackages = with pkgs; [ 18 18 git 19 19 just
+1 -1
modules/users/neoxa.nix
··· 3 3 username = "neoxa"; 4 4 in 5 5 { 6 - allowedUnfreePackages = [ "steam" "steam-unwrapped" "spotify" ]; 6 + allowedUnfreePackages = [ "corefonts" "davinci-resolve" "steam" "steam-unwrapped" "spotify" "unityhub" ]; 7 7 8 8 flake.modules.nixos.${username} = { pkgs, ... }: { 9 9 users.users.${username} = {