chore: update nixos config location
This commit is contained in:
parent
5e6352671a
commit
19fddf28fa
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
||||||
specialisation."powersave".configuration = {
|
specialisation."powersave".configuration = {
|
||||||
myAutostartCommands = [ "${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMinBrightness}" ];
|
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";
|
desktopFontFullName = "BlexMono Nerd Font:style=Regular";
|
||||||
myAutostartCommands = [
|
myAutostartCommands = [
|
||||||
"${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMaxBrightness}"
|
"${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMaxBrightness}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue