mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-17 02:02:02 +00:00
9 lines
147 B
Nix
9 lines
147 B
Nix
{ ... }: {
|
|
|
|
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
|
|
|
|
# Pin a state version to prevent warnings
|
|
system.stateVersion = "22.11";
|
|
|
|
}
|