This commit is contained in:
iFargle 2023-08-15 18:58:33 +09:00
parent 5d25afbf80
commit 5669b91ec2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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