nixos/hosts/android/home.nix
2025-01-26 23:16:42 +00:00

14 lines
275 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
../../modules/home-manager/zsh
];
}