optimizing

This commit is contained in:
Matt Nish-Lapidus 2024-10-01 21:18:52 -04:00
parent bdc9fa1221
commit 12b0f88de1
2 changed files with 60 additions and 31 deletions

View file

@ -5,15 +5,15 @@
home = {
packages = with pkgs; [
eza
#eza
just
fd
fzf
bat
#fd
#fzf
#bat
jq
yt-dlp
htop
ripgrep
#htop
# ripgrep
erdtree
age
figlet
@ -25,7 +25,7 @@
zip
htop
owl
pass
#pass
dconf
gnupg
gcc
@ -66,9 +66,9 @@
platformio-core
borgmatic
kanata-with-cmd
wezterm
#wezterm
lazygit
nnn
#nnn
icloudpd
jetbrains-mono
libheif
@ -85,7 +85,7 @@
via
bitwarden-cli
bitwarden-desktop
rbw
# rbw
tailscale
protonplus
@ -106,6 +106,7 @@
graphite-cursors
papers
newsflash
planify
wineWowPackages.stagingFull
wineWowPackages.fonts
@ -213,6 +214,51 @@
epkgs.vterm
];
};
rbw = {
enable = true;
settings = {
email = "matt@emenel.ca";
lock_timeout = 999999999;
pinentry = pkgs.gcr;
};
};
ripgrep = {
enable = true;
};
thefuck = {
enable = true;
enableFishIntegration = true;
};
wezterm = {
enable = true;
};
bat = {
enable = true;
};
borgmatic = {
enable = true;
};
eza = {
enable = true;
enableFishIntegration = true;
};
fd = {
enable = true;
};
fzf = {
enable = true;
enableFishIntegration = true;
};
git = {
enable = true;
lfs.enable = true;
};
htop.enable = true;
nnn = {
enable = true;
};
pandoc.enable = true;
password-store.enable = true;
};
dconf.settings = {
@ -285,6 +331,7 @@
"com.github.johnfactotum.QuickLookup"
"com.heroicgameslauncher.hgl"
"io.github.dyegoaurelio.simple-wireplumber-gui"
"io.github.dgsasha.Remembrance"
];
home.file.".npmrc".source = ../dotfiles/dot_npmrc;