mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Improve formatting
This commit is contained in:
parent
43da894145
commit
004ae2a919
5 changed files with 4 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue