mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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_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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue