nixos/hosts/android/home.nix
2025-01-26 18:31:08 +00:00

12 lines
203 B
Nix

{ config, lib, pkgs, ... }:
{
# Read the changelog before changing this value
home.stateVersion = "24.05";
# insert home-manager config
imports = [
../../modules/home-manager/nixvim
];
}