tvl-depot/configs/shared/.config/nixpkgs/home.nix

22 lines
544 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
];
home.stateVersion = "19.09";
##############################################################################
# Programs
##############################################################################
programs.home-manager = {
enable = true;
path = builtins.toPath ~/home-manager;
};
##############################################################################
# Services
##############################################################################
}