feat: begin Infini-FRAMEWORK config
This commit is contained in:
parent
9a17c99188
commit
af51912791
1 changed files with 14 additions and 0 deletions
14
hosts/Infini-FRAMEWORK/default.nix
Normal file
14
hosts/Infini-FRAMEWORK/default.nix
Normal 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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue