This commit is contained in:
iFargle 2023-08-15 18:57:31 +09:00
parent 9a1a5e0702
commit 5d25afbf80
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ config, pkgs, hostname, hmStateVersion, ... }: {
home.stateVersion = ${hmStateVersion};
home.stateVersion = $hmStateVersion;
imports = [
# Host specific Configs:
../../hosts/${hostname}/home-manager

View file

@ -1,5 +1,5 @@
{ config, pkgs, hostname, hmStateVersion, ... }: {
home.stateVersion = ${hmStateVersion};
home.stateVersion = $hmStateVersion;
imports = [
# Host specific Configs:
# ../../hosts/${hostname}/home-manager