My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

🔥 pas ouf

Simon R. - fantomitechno (Jun 8, 2026, 5:39 PM +0200) 78ddd883 944ccc9f

+5 -2
+5 -2
hosts/laptop/configuration.nix
··· 13 13 # Bootloader 14 14 boot = { 15 15 loader = { 16 - systemd-boot.enable = true; 16 + systemd-boot = { 17 + enable = true; 18 + configurationLimit = 10; 19 + }; 17 20 efi.canTouchEfiVariables = true; 21 + timeout = 0; 18 22 }; 19 23 kernelPackages = pkgs.linuxPackages; 20 24 }; ··· 24 28 variant = ""; 25 29 }; 26 30 27 - hardware.framework.laptop13.audioEnhancement.enable = true; 28 31 services.fprintd.enable = lib.mkForce false; 29 32 30 33 networking.hostName = "fantomitechno-laptop";