overhaul hypr, waybar, add trayscale, etc

This commit is contained in:
Callum Leslie 2024-09-04 10:33:23 +01:00
parent af5a73e5df
commit 9bb638131b
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
12 changed files with 189 additions and 47 deletions

View file

@ -1,7 +1,21 @@
{...}: {
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
plymouth.enable = false;
# consoleLogLevel = 0;
# initrd.verbose = false;
# kernelParams = [
# "quiet"
# "splash"
# "boot.shell_on_fail"
# "loglevel=3"
# "rd.systemd.show_status=false"
# "rd.udev.log_level=3"
# "udev.log_priority=3"
# ];
};
system.stateVersion = "24.05";
}