This commit is contained in:
alisceon 2026-01-19 18:22:45 +01:00
parent 03df32095d
commit 6c0aa6cf9b
5 changed files with 73 additions and 67 deletions

View file

@ -1,6 +1,14 @@
{ config, pkgs, pkgs-unstable, ... }:
{
boot = {
plymouth.enable = true;
kernelParams = [
"quiet"
"udev.log_level=3"
"systemd.show_status=auto"
];
};
security.sudo.wheelNeedsPassword = false;
services = {
@ -66,6 +74,7 @@
pkgs.gparted
pkgs.vlc
pkgs.via
pkgs.plymouth
]; # end systemPackages
sessionVariables.NIXOS_OZONE_WL = "1";
}; # end environment