Update installed packages, include nix-search-cli
This commit is contained in:
parent
42a1c0bc61
commit
c8074f10f1
1 changed files with 20 additions and 19 deletions
|
@ -1,24 +1,25 @@
|
||||||
{ pkgs, system, ... }: {
|
{ pkgs, system, ... }: {
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux # terminal multiplexer
|
tmux # terminal multiplexer
|
||||||
rbw # CLI app for Bitwarden
|
rbw # CLI app for Bitwarden
|
||||||
dconf # Required for stylix
|
dconf # Required for stylix
|
||||||
ripgrep # Better grep
|
ripgrep # Better grep
|
||||||
git # git!
|
git # git!
|
||||||
bat # Like cat, but with syntax highlighting
|
bat # Like cat, but with syntax highlighting
|
||||||
eza # like ls, but prettier
|
eza # like ls, but prettier
|
||||||
duf # replacement / prettier UI for df
|
duf # replacement / prettier UI for df
|
||||||
iftop # interface top - network usage
|
iftop # interface top - network usage
|
||||||
gnupg # GNU Privacy Guard
|
gnupg # GNU Privacy Guard
|
||||||
screen # Terminal screen manager
|
screen # Terminal screen manager
|
||||||
btop # like htop, but prettier
|
btop # like htop, but prettier
|
||||||
sshpass # ssh password helper
|
sshpass # ssh password helper
|
||||||
fd # alternative to "Find"
|
fd # alternative to "Find"
|
||||||
cryptsetup # used to open LUKS devices
|
cryptsetup # used to open LUKS devices
|
||||||
fish # Shell
|
fish # Shell
|
||||||
fastfetch # system information viewer
|
fastfetch # system information viewer
|
||||||
zoxide # Souped up "cd"
|
zoxide # Souped up "cd"
|
||||||
rsync # copy/sync
|
rsync # copy/sync
|
||||||
|
nix-search-cli # nix package cli search
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue