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_latest;
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;