mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Make boot silent
This commit is contained in:
parent
a0ed1315a7
commit
255f845ee6
3 changed files with 36 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue