This commit is contained in:
benstrb 2026-03-28 00:04:05 +01:00
parent 86090fa40e
commit f86275f331
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1 @@
{inputs, ...}: {flake.nixosConfigurations = inputs.self.lib.mkNixos "x86_64-linux" "desktop";}