1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

home-manager: fix variable name

This commit is contained in:
Robert Helgesson 2023-04-21 12:23:36 +02:00
parent 342fd40ccb
commit 47d6c3f652
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -77,7 +77,7 @@ function setConfigFile() {
local hmConfigHome="$configHome/home-manager"
local nixpkgsConfigHome="$configHome/nixpkgs"
local defaultConfFile="$hmConfigHome/home.nix"
local configFlake
local configFile
if [[ -e "$defaultConfFile" ]]; then
configFile="$defaultConfFile"