mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
10 lines
210 B
Nix
10 lines
210 B
Nix
{ config, ... }: {
|
|
|
|
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
|
|
|
|
# Pin a state version to prevent warnings
|
|
system.stateVersion =
|
|
config.home-manager.users.${config.user}.home.stateVersion;
|
|
|
|
}
|