nixos/hosts/android/home.nix
2025-01-26 19:26:33 +00:00

13 lines
240 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
../../modules/home-manager/emacs
];
}