1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

changed boot loglevel from 4 to 3 & updated check_webcam.fish script

This commit is contained in:
xnm
2024-05-12 18:14:03 +03:00
parent bd38497a9b
commit 42e4cfb3a6
2 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
boot.loader.timeout = 2;
boot.initrd.enable = true;
boot.initrd.systemd.enable = true;
boot.consoleLogLevel = 3;
boot.plymouth = {
enable = true;
font = "${pkgs.jetbrains-mono}/share/fonts/truetype/JetBrainsMono-Regular.ttf";