This commit is contained in:
LunarAkai 2025-03-16 19:45:20 +01:00
commit 3bfebb286d
14 changed files with 235 additions and 34 deletions

View file

@ -17,6 +17,7 @@
../common/optional/pipewire.nix
../common/optional/flatpak.nix
../common/optional/ckb-next.nix
../common/optional/docker.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -67,4 +68,7 @@
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
};
nixpkgs.overlays = [
inputs.nix-vscode-extensions.overlays.default
];
}