nixos-config/jas.nix

9 lines
200 B
Nix
Raw Normal View History

2024-03-05 01:32:22 +00:00
{ pkgs, ... }: {
home.packages = [ ];
programs.bash.enable = true;
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "23.11";
}