boot
This commit is contained in:
parent
d86cc3c816
commit
3d26de29d3
7 changed files with 179 additions and 142 deletions
|
|
@ -10,7 +10,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
theme = "latte";
|
||||
theme = "mocha";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -122,16 +122,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
fprintd = {
|
||||
enable = true;
|
||||
tod = {
|
||||
enable = true;
|
||||
driver = pkgs.libfprint-2-tod1-goodix;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = myhostname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue