nix/hosts/phone/home.nix
2024-09-22 13:42:52 +02:00

10 lines
95 B
Nix

{ pkgs, ... }:
{
home.stateVersion = "24.05";
imports = [
./home
];
}