test
This commit is contained in:
parent
9a1a5e0702
commit
5d25afbf80
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
||||
home.stateVersion = ${hmStateVersion};
|
||||
home.stateVersion = $hmStateVersion;
|
||||
imports = [
|
||||
# Host specific Configs:
|
||||
../../hosts/${hostname}/home-manager
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
||||
home.stateVersion = ${hmStateVersion};
|
||||
home.stateVersion = $hmStateVersion;
|
||||
imports = [
|
||||
# Host specific Configs:
|
||||
# ../../hosts/${hostname}/home-manager
|
||||
|
|
Loading…
Reference in a new issue