this repo has no description
0
fork

Configure Feed

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

add some packages

+10
+10
nixos/configuration_os.nix
··· 110 110 # Allow unfree packages 111 111 nixpkgs.config.allowUnfree = true; 112 112 113 + services.flatpak.enable = true; 114 + 113 115 # List packages installed in system profile. To search, run: 114 116 # $ nix search wget 115 117 environment.systemPackages = with pkgs; [ ··· 124 126 haxe 125 127 spotify 126 128 jujutsu 129 + freecad-wayland 130 + nodejs_24 131 + rustup 132 + gcc 133 + cmake 134 + pkg-config 135 + openssl 136 + claude-code 127 137 ]; 128 138 129 139 # Some programs need SUID wrappers, can be configured further or are