chore: Flake | cleanup old flake inputs

This commit is contained in:
2025-02-16 15:17:19 +05:00
parent 79d044e8ef
commit 74a4772ad9
16 changed files with 11 additions and 437 deletions

View File

@@ -1,5 +1,6 @@
{
inputs,
pkgs,
lib,
...
}:
@@ -88,5 +89,9 @@
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [
pciutils
];
system.stateVersion = "25.05";
}