Compare commits
No commits in common. "2e4b482d43376087ec9c3e565de6891244d1e9e3" and "0624af1db9d19404c9cc0a369b5d9b31a916953a" have entirely different histories.
2e4b482d43
...
0624af1db9
1 changed files with 1 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
# In order to allow reuse of the iTerm2 shell integrations repo
|
# In order to allow reuse of the iTerm2 shell integrations repo
|
||||||
# for both its utility symlinks and zsh initialization plugin,
|
# for both its utility symlinks and zsh initialization plugin,
|
||||||
|
@ -25,15 +25,11 @@ in {
|
||||||
"/home/spotlight";
|
"/home/spotlight";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ffmpeg
|
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
|
||||||
htop
|
htop
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
tmux
|
tmux
|
||||||
virt-manager
|
|
||||||
yt-dlp
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
@ -53,15 +49,6 @@ in {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# GPG
|
|
||||||
programs.gpg.enable = true;
|
|
||||||
home.file.".gnupg/gpg-agent.conf" = lib.mkIf pkgs.stdenv.isDarwin {
|
|
||||||
text = ''
|
|
||||||
pinentry-program "${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
# password-store
|
# password-store
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue