dotfiles/hosts/blackbox-jr/home.nix
2023-01-03 00:32:32 -05:00

13 lines
156 B
Nix

{ pkgs, ... }:
{
home.stateVersion = "22.05";
home.sessionVariables = {
};
home.packages = with pkgs; [
];
home.file = {
};
}