move more stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user