nixos-config/jas.nix

9 lines
200 B
Nix

{ 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";
}