dot_testing/boxes/phone/home.nix

11 lines
159 B
Nix
Raw Normal View History

2024-02-09 23:33:03 -06:00
{ lib, pkgs, home, ... }:
{
imports = [
../../home/nvim
../../home/ssh
../../home/git # needed for flakes
];
home.stateVersion = "23.05";
}