This commit is contained in:
iFargle 2023-08-23 21:31:16 +09:00
parent 4f5ae41a08
commit e929cef4f2

View file

@ -1,5 +1,5 @@
{ lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: { { lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: {
home.stateVersion = hmStateVersion; home.stateVersion = "${hmStateVersion}";
home = { home = {
inherit hmStateVersion; inherit hmStateVersion;