mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: cleanup, secure boot for framework
This commit is contained in:
parent
15f40761fb
commit
d37bd2c669
18 changed files with 297 additions and 144 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home-manager.users.kat.wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"${pkgs.colord}/bin/colormgr import-profile ${./framework-icc.icm}"
|
||||
];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue