Files
nix-config/hosts/PC-Louis.nix

6 lines
116 B
Nix

{ pkgs, ... }: {
services.openssh.enable = true;
programs.zsh.enable = true;
system.stateVersion = "25.05";
}