feat: change nix structure

This commit is contained in:
2025-08-30 12:11:32 +02:00
parent 6f228c93be
commit d5193fa2a3
8 changed files with 417 additions and 184 deletions

5
hosts/PC-Louis.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
services.openssh.enable = true;
programs.zsh.enable = true;
system.stateVersion = "25.05";
}