This commit is contained in:
fwastring 2025-11-12 16:34:43 +01:00
parent d86cc3c816
commit 3d26de29d3
7 changed files with 179 additions and 142 deletions

View file

@ -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;