chore: update flake

This commit is contained in:
Christoph Hollizeck 2025-03-28 00:18:20 +01:00
parent b30b4a91d2
commit 53e152e5d3
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 294 additions and 1 deletions

View file

@ -81,6 +81,11 @@
nix-gaming.url = "github:fufexan/nix-gaming";
steam-servers = {
url = "github:scottbot95/nix-steam-servers";
inputs.nixpkgs.follows = "nixpkgs";
};
################
## inputs for dev shells
@ -140,6 +145,7 @@
systems.hosts.loptland.modules = with inputs; [
simple-nixos-mailserver.nixosModules.default
steam-servers.nixosModules.default
];
systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];