Add a new theme and tamper with some files

This commit is contained in:
Jimbo 2024-10-18 16:26:44 -04:00
parent 03fba91ab6
commit 2828d7a210
16 changed files with 124 additions and 104 deletions

View file

@ -1,4 +1,4 @@
{ lanzaboote, ... }:
{ lanzaboote, pkgs, ... }:
{
imports = [
lanzaboote.nixosModules.lanzaboote
@ -8,4 +8,8 @@
enable = true;
pkiBundle = "/etc/secureboot";
};
environment.systemPackages = with pkgs; [
sbctl
];
}