🚀 add howdy

This commit is contained in:
Moritz Böhme 2022-10-09 20:49:35 +02:00
parent 0e664ab358
commit 97f95b7a96
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 127 additions and 30 deletions

View file

@ -11,6 +11,11 @@
./hardware-configuration.nix
];
services.howdy = {
enable = true;
certainty = 3.0;
};
# BOOT
boot = {
supportedFilesystems = [ "btrfs" ];