Compare commits

..

No commits in common. "f908b10435c0ac6a4e78b028fba11d15d49b1046" and "5e7347ad26dc10b16509932007ccc2d182cac67d" have entirely different histories.

View file

@ -69,56 +69,8 @@
};
home-manager.users.chandler = { pkgs, ... }: {
home.packages = with pkgs; [
# applications
gimp
inkscape
kdePackages.kate
libreoffice-qt
# command line applications
(azure-cli.withExtensions [
# azure-cli.extensions.automation
azure-cli.extensions.azure-devops
# azure-cli.extensions.bastion
# azure-cli.extensions.fleet
# azure-cli.extensions.interactive
# azure-cli.extensions.log-analytics
# azure-cli.extensions.resource-graph
# azure-cli.extensions.serial-console
# azure-cli.extensions.ssh
])
iperf
units
# command line utilities
alsa-utils
dig
file
ffmpeg
git-absorb
gh
hyperfine
imagemagick
jujutsu
killall
pv
ripgrep
unzip
wl-clipboard
# ✨ AI ✨
ollama
# compilers/language utils
cargo
rustc
clang
go
go-tools
gopls
];
programs.bash = {
@ -171,10 +123,6 @@
condition = "gitdir:/home/chandler/work/github-vue/";
contents.core.sshCommand = "ssh -i ~/.ssh/github-vue";
}
{
condition = "gitdir:/home/chandler/projects/machine-config/";
contents.core.sshCommand = "ssh -i ~/.ssh/machine-config-deploy-key";
}
];
hooks = {
pre-commit = ../git-pre-commit-hook;