Compare commits
2 commits
09ae0a2dc4
...
b5b743baa5
Author | SHA1 | Date | |
---|---|---|---|
b5b743baa5 | |||
a992bdced1 |
1 changed files with 10 additions and 2 deletions
|
@ -7,8 +7,8 @@ let
|
||||||
iterm2_shell_integration = pkgs.fetchFromGitHub {
|
iterm2_shell_integration = pkgs.fetchFromGitHub {
|
||||||
owner = "gnachman";
|
owner = "gnachman";
|
||||||
repo = "iTerm2-shell-integration";
|
repo = "iTerm2-shell-integration";
|
||||||
rev = "43a6dd3259be5dcdb36e733d0898924d9d8c059d";
|
rev = "6554045b1184b213fdc9d731a45e8a75858291de";
|
||||||
sha256 = "gsP72bEgNa+F9rjhLPMgzHtrrqIIFcZxPx3uDBtixp0=";
|
sha256 = "yhgowvJfxVdJE1yVYPWnJYvzhMsPc+HgkmDa++CcTDo=";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
|
@ -25,18 +25,26 @@ in {
|
||||||
"/home/spotlight";
|
"/home/spotlight";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
cloc
|
||||||
|
croc
|
||||||
ffmpeg
|
ffmpeg
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
|
gradle
|
||||||
htop
|
htop
|
||||||
|
jdk
|
||||||
|
jq
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
|
nixopsUnstable
|
||||||
|
p7zip
|
||||||
pry
|
pry
|
||||||
pwgen
|
pwgen
|
||||||
rustup
|
rustup
|
||||||
tmux
|
tmux
|
||||||
unar
|
unar
|
||||||
virt-manager
|
virt-manager
|
||||||
|
watch
|
||||||
wget
|
wget
|
||||||
yt-dlp
|
yt-dlp
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue