add focalor

This commit is contained in:
waveringana 2025-06-01 01:27:21 -04:00
parent da440cb07a
commit 8be3e48a3c
9 changed files with 217 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, config, ... }:
{
nixpkgs.config.allowUnfree = true; #because im a gigachad
# boot, networking, locale, stateVersion
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;