test
This commit is contained in:
parent
5d25afbf80
commit
5669b91ec2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue