snowfall migration wip fixed user config

This commit is contained in:
Aleksandr Lebedev 2025-08-09 17:19:12 +02:00
parent 25774148e4
commit aaf4ff29c4
8 changed files with 87 additions and 79 deletions

View file

@ -17,6 +17,7 @@ with lib.${namespace}; let
in {
options.${namespace}.hardware.framework12 = with types; {
enable = mkBoolOpt false "Enable hardware support for framework 12. P.s. you still need to import inputs.nixos-hardware.nixosModules.framework-12-13th-gen-intel yourself";
imports = [inputs.nixos-hardware.nixosModules.framework-12-13th-gen-intel];
};
config = mkIf cfg.enable {
# Ensure that the `pinctrl_tigerlake` kernel module is loaded before `soc_button_array`.