feat: begin Infini-FRAMEWORK config

This commit is contained in:
Infinidoge 2021-09-23 15:37:15 -04:00
parent 9a17c99188
commit af51912791

View file

@ -0,0 +1,14 @@
{ suites, profiles, pkgs, lib, ... }: {
imports = lib.flattenListSet {
suites = suites.graphical;
imports = [ ];
profiles = with profiles; [
boot.grub
networking.wireless
hardware.sound
];
};
services.fprintd.enable = true;
}