Files
dotfiles/nix/hosts/tux-wsl/configuration.nix
2025-02-08 13:44:57 -08:00

16 lines
301 B
Nix

# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
config,
lib,
pkgs,
meta,
...
}:
{
system.stateVersion = "25.05";
}