This commit is contained in:
SebastianStork 2024-08-09 01:04:20 +02:00
parent 57629bee64
commit 3c29aa1417
5 changed files with 77 additions and 63 deletions

View file

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