Reworked directory structure, changed aroundthings here and there in Kanata conf.kbd, Emacs init.el, and common.nix (added direnv)
This commit is contained in:
parent
f3f8da5fdf
commit
507b016a03
25 changed files with 52 additions and 118 deletions
8
modules/efi.nix
Normal file
8
modules/efi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# SystemD-boot is good enough
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
systemd.tpm2.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue