{ imports = [ ./keyboard ./hardware ../../modules/base ../../modules/nixos ]; home-manager.users.larstvei.imports = [ ../../modules/home/full ../../modules/desktop ]; services.fprintd.enable = true; security.pam.services = { login.fprintAuth = true; sudo.fprintAuth = true; hyprlock.fprintAuth = true; }; networking.hostName = "larstvei-think"; # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; system.stateVersion = "25.05"; }