Improve formatting

This commit is contained in:
SebastianStork 2024-07-01 00:20:16 +02:00
parent 43da894145
commit 004ae2a919
5 changed files with 4 additions and 13 deletions

View file

@ -10,10 +10,8 @@
boot.kernelPackages = pkgs.linuxPackages_6_8;
myConfig = {
boot = {
loader.systemd-boot.enable = true;
silent = true;
};
boot.loader.systemd-boot.enable = true;
boot.silent = true;
dm.gdm.enable = true;
de.hyprland.enable = true;

View file

@ -41,7 +41,6 @@
wantedBy = [ "multi-user.target" ];
requires = [ "fancontrol.service" ];
before = [ "fancontrol.service" ];
script = ''
${lib.getExe' pkgs.coreutils "touch"} /tmp/nvidia-gpu-temp
while :; do