Add bluetooth

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-04 12:22:55 +03:00
parent 4f3cedefa6
commit a25076c47b
15 changed files with 127 additions and 72 deletions

View File

@@ -0,0 +1,18 @@
{ inputs, ... }:
{
system = {
autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
flags = [
"--update-input"
"nixpkgs"
"-L"
];
dates = "02:00";
};
stateVersion = "24.05";
};
}