From 18651b7c572145497f05874126346a5f6af0dd60 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 17 Nov 2025 17:23:32 +0100 Subject: added follows nixpkgs, added noctalia shell and waybar as flakes --- modules/boot.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/boot.nix') diff --git a/modules/boot.nix b/modules/boot.nix index 8d51b03..2d8f78a 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -1,18 +1,22 @@ { pkgs, ... }: - { boot = { loader = { efi.canTouchEfiVariables = true; systemd-boot = { enable = true; + editor = false; + configurationLimit = 10; }; + timeout = 0; }; supportedFilesystems = [ "ntfs" ]; initrd.kernelModules = [ "amdgpu" "kvm-amd" ]; kernelParams = [ "video=DP-1:2560x1440@240" + "quiet" + "nvme" ]; kernelPackages = pkgs.linuxPackages_cachyos-rc.cachyOverride { mArch = "ZEN4"; }; }; -- cgit v1.3