ops/nixos: add new packages, move other packages around
This commit is contained in:
parent
cc49d46d4f
commit
4a0897b0cb
4 changed files with 7 additions and 2 deletions
|
@ -51,7 +51,7 @@ in
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync
|
||||
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump
|
||||
(mercurial.overridePythonAttrs (origAttrs: {
|
||||
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
||||
}))
|
||||
|
|
|
@ -36,9 +36,13 @@
|
|||
|
||||
home.packages = lib.mkAfter (with pkgs; [
|
||||
depot.nix.pkgs.copybara
|
||||
iftop
|
||||
htop
|
||||
iotop
|
||||
go
|
||||
gopls
|
||||
goimports
|
||||
graphicsmagick-imagemagick-compat
|
||||
youtube-dl
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
home.packages = lib.mkAfter (with pkgs; [
|
||||
(chromium.override { enableVaapi = true; })
|
||||
firefox
|
||||
mpv
|
||||
dino
|
||||
lutris
|
||||
pavucontrol
|
||||
|
|
|
@ -171,7 +171,6 @@ in {
|
|||
};
|
||||
})
|
||||
efibootmgr
|
||||
iotop
|
||||
iw
|
||||
vulkan-tools
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue