Make boot silent

This commit is contained in:
SebastianStork 2024-04-05 22:29:46 +02:00
parent a0ed1315a7
commit 255f845ee6
3 changed files with 36 additions and 15 deletions

View file

@ -9,7 +9,10 @@
environment.sessionVariables.FLAKE = "/home/seb/Projects/nixos/my-config";
myConfig = {
boot-loader.systemd-boot.enable = true;
boot-loader = {
systemd-boot.enable = true;
silent = true;
};
dm.sddm.enable = true;
de.qtile.enable = true;