Compare commits
No commits in common. "f908b10435c0ac6a4e78b028fba11d15d49b1046" and "5e7347ad26dc10b16509932007ccc2d182cac67d" have entirely different histories.
f908b10435
...
5e7347ad26
1 changed files with 0 additions and 52 deletions
|
|
@ -69,56 +69,8 @@
|
||||||
};
|
};
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# applications
|
|
||||||
gimp
|
|
||||||
inkscape
|
|
||||||
kdePackages.kate
|
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
|
gh
|
||||||
hyperfine
|
|
||||||
imagemagick
|
|
||||||
jujutsu
|
|
||||||
killall
|
|
||||||
pv
|
|
||||||
ripgrep
|
|
||||||
unzip
|
|
||||||
wl-clipboard
|
|
||||||
|
|
||||||
# ✨ AI ✨
|
|
||||||
ollama
|
|
||||||
|
|
||||||
# compilers/language utils
|
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
|
|
||||||
clang
|
|
||||||
|
|
||||||
go
|
|
||||||
go-tools
|
|
||||||
gopls
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
|
@ -171,10 +123,6 @@
|
||||||
condition = "gitdir:/home/chandler/work/github-vue/";
|
condition = "gitdir:/home/chandler/work/github-vue/";
|
||||||
contents.core.sshCommand = "ssh -i ~/.ssh/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 = {
|
hooks = {
|
||||||
pre-commit = ../git-pre-commit-hook;
|
pre-commit = ../git-pre-commit-hook;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue