mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-13 00:52:56 +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";
|
|
|
|
}
|