chore: update nixos config location

This commit is contained in:
Zhongheng Liu 2025-01-18 15:54:47 +02:00
commit 19fddf28fa
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -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}"