this repo has no description
0
fork

Configure Feed

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

move sum files

+3
flake.lock mac/flake.lock
flake.nix mac/flake.nix
+3
nixos-configuration.nix
··· 102 102 # Allow unfree packages 103 103 nixpkgs.config.allowUnfree = true; 104 104 105 + nix.settings.experimental-features = [ "nix-command" "flakes" ]; 106 + 105 107 106 108 # List packages installed in system profile. To search, run: 107 109 # $ nix search wget ··· 119 121 nix-search-cli 120 122 spotify 121 123 lshw 124 + wezterm 122 125 ]; 123 126 124 127