From 86c10fcefc6f91fa1960a626715a7d04e7013ba0 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 24 Jun 2025 13:16:36 -0300 Subject: fix: update a ton of things --- hosts/kunagisa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/kunagisa.nix') diff --git a/hosts/kunagisa.nix b/hosts/kunagisa.nix index af74fb4..810e0b4 100644 --- a/hosts/kunagisa.nix +++ b/hosts/kunagisa.nix @@ -2,9 +2,8 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, lib, modulesPath, inputs, ... }: { +{ config, pkgs, lib, modulesPath, ... }: { imports = [ - inputs.mixrank.nixosModules.dev-machine (modulesPath + "/installer/scan/not-detected.nix") ]; santi-modules.desktop-environment.enable = true; @@ -12,6 +11,7 @@ # Bootloader. boot = { loader = { + timeout = 0; systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; -- cgit v1.2.3