diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 9797375..0eab61b 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -137,7 +137,7 @@ exec-once = [ "waybar" "hyprpaper" - "easy-effects --gapplication-service" + "easyeffects --gapplication-service" # "dunst" ]; }; diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 5ef500b..7c4f09a 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -5,11 +5,16 @@ # Bootloader stuff boot.kernelParams = [ - # "quiet" - # "splash" - # "rd.systemd.show_status=false" + "quiet" + "splash" + "rd.systemd.show_status=false" ]; - boot.loader.systemd-boot = { enable = true; }; + + boot.loader.systemd-boot = { + enable = true; + configurationLimit = 10; + }; + boot.loader.efi = { canTouchEfiVariables = true; }; boot.extraModprobeConfig = ''