feat: cleanup, secure boot for framework

This commit is contained in:
Kat Inskip 2024-03-17 10:38:09 -07:00
parent 15f40761fb
commit d37bd2c669
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
18 changed files with 297 additions and 144 deletions

View file

@ -1,8 +0,0 @@
{
pkgs,
...
}: {
home-manager.users.kat.wayland.windowManager.hyprland.settings.exec-once = [
"${pkgs.colord}/bin/colormgr import-profile ${./framework-icc.icm}"
];
}

View file

@ -4,10 +4,8 @@
...
}: {
imports =
(with tree.nixos.hardware; [
amd_cpu
amd_gpu
uefi
(with tree.nixos.profiles; [
uefi
])
++ [
inputs.nixos-hardware.outputs.nixosModules.framework-13-7040-amd