testing nushell

This commit is contained in:
alisceon 2025-08-08 21:43:53 +02:00
parent 183ff23447
commit 96057e337b
5 changed files with 108 additions and 58 deletions

View file

@ -34,24 +34,27 @@
];
loader.timeout = 0;
#resumeDevice = "/dev/disk/by-uuid/c49249b9-0d68-44af-97e0-e399c8409408";
};
}; # end boot
systemd.services = {
fprintd = {
wantedBy = [ "multi-user.target" ];
serviceConfig.Type = "simple";
};
};
}; # end systemd.services
services = {
fprintd = {
enable = true;
tod.enable = true;
tod.driver = pkgs.libfprint-2-tod1-goodix;
};
};
}; # end fprintd
tuned = {
enable = true;
}; # end tuned
}; # end services
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
}
}; # end bluetooth
}; # end hardware
} # end file