move more stuff

This commit is contained in:
mjallen18
2024-02-28 21:15:55 -06:00
parent 33c0b054d6
commit 31dd4950b1
16 changed files with 287 additions and 203 deletions

View File

@@ -16,10 +16,40 @@ in
enable = true;
userName = "mjallen18";
userEmail = "matt.l.jallen@gmail.com";
aliases = {
co = "checkout";
ci = "commit";
cia = "commit --amend";
s = "status";
st = "status";
b = "branch";
# p = "pull --rebase";
pu = "push";
};
};
home.packages = [
programs.command-not-found.enable = true;
home.packages = with pkgs; [
firefox
tree
lm_sensors
vmware-horizon-client
etcher
freerdp
neofetch
gamescope
gamescope-wsi
mangohud
goverlay
heroic
python3
virt-manager
orca-slicer
# Other packages
vulkan-hdr-layer
];
# Garbage collect automatically every week
nix.gc.automatic = true;
}