Files
.dotfiles/system/core/boot.nix
T
jashton 0201fb5fcc switched to niri.
added basic 3/4 finger gestures.

nixos: gen 161 @ nix-pad — 2026-07-30 21:40
26.05.20260724.597283a (Yarara)

nixos: gen 162 @ nix-pad — 2026-07-30 21:45
26.05.20260724.597283a (Yarara)
2026-07-30 21:50:31 -06:00

10 lines
242 B
Nix

{ config, pkgs, ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages;
system.nixos.label = "niri-v.1.1";
environment.pathsToLink = [ "/libexec" ];
}