config/users/natalie/laptop/home.nix

20 lines
238 B
Nix
Raw Normal View History

2025-05-07 10:22:05 -07:00
{
inputs,
config,
pkgs,
lib,
user,
host,
...
2025-05-12 15:19:01 -07:00
}@args:
{
2025-05-07 10:22:05 -07:00
home = {
stateVersion = "23.05"; # Please read the comment before changing.
# shell = pkgs.fish;
sessionPath = [
"$HOME/.emacs.d/bin"
];
};
}