nixos-config/nixos/hosts/android/home.nix

8 lines
99 B
Nix

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