mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
temp: home-manager requires state version
This commit is contained in:
parent
6383d88b4b
commit
bfd3eb997c
@ -1,8 +1,10 @@
|
||||
{ ... }: {
|
||||
{ config, ... }: {
|
||||
|
||||
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
|
||||
|
||||
# Pin a state version to prevent warnings
|
||||
system.stateVersion = "22.11";
|
||||
home-manager.users.${config.user}.home.stateVersion = "22.11";
|
||||
home-manager.users.root.home.stateVersion = "22.11";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user