Refactor hosts folder

This commit is contained in:
2025-11-29 22:51:38 +01:00
parent 4e32e95eab
commit df731b0703
30 changed files with 214 additions and 1080 deletions

13
hosts/altair/system.nix Normal file
View File

@@ -0,0 +1,13 @@
{ config, ... }:
{
imports = [
../../modules/nixos/desktop.nix
./hardware-configuration.nix
./variables.nix
];
home-manager.users."${config.var.username}" = import ./home.nix;
system.stateVersion = "24.05";
}