add new host

This commit is contained in:
2024-10-17 03:07:24 +05:30
parent d27b9d0d7a
commit 64d879b4a7
6 changed files with 147 additions and 28 deletions

7
hosts/vega/home.nix Normal file
View File

@ -0,0 +1,7 @@
{...}: {
imports = [
../common/home.nix
];
home.stateVersion = "24.11";
}