meow meow meow (nix)

This commit is contained in:
2025-09-21 15:19:50 +01:00
parent 951475157b
commit 2281bf2a7b
7 changed files with 156 additions and 20 deletions

View File

@@ -35,5 +35,8 @@
# Optionally use extraSpecialArgs
# to pass through arguments to home.nix
};
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
modules = [ ./configuration.nix ];
};
};
}