From 19fddf28fa3c1d9361bc0e2bae1284b3053efbee Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 18 Jan 2025 15:54:47 +0200 Subject: chore: update nixos config location --- common/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/variables.nix') diff --git a/common/variables.nix b/common/variables.nix index 0762c24..4814389 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -41,7 +41,7 @@ in specialisation."powersave".configuration = { myAutostartCommands = [ "${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMinBrightness}" ]; }; - myConfigLocation = "/home/${myUserName}/nix-conf"; + myConfigLocation = "/home/${myUserName}/Development/Nix/nixos-configuration"; desktopFontFullName = "BlexMono Nerd Font:style=Regular"; myAutostartCommands = [ "${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMaxBrightness}" -- cgit