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; [
|
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: {
|
(mercurial.overridePythonAttrs (origAttrs: {
|
||||||
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
||||||
}))
|
}))
|
||||||
|
|
|
@ -36,9 +36,13 @@
|
||||||
|
|
||||||
home.packages = lib.mkAfter (with pkgs; [
|
home.packages = lib.mkAfter (with pkgs; [
|
||||||
depot.nix.pkgs.copybara
|
depot.nix.pkgs.copybara
|
||||||
|
iftop
|
||||||
|
htop
|
||||||
|
iotop
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
goimports
|
goimports
|
||||||
graphicsmagick-imagemagick-compat
|
graphicsmagick-imagemagick-compat
|
||||||
|
youtube-dl
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
home.packages = lib.mkAfter (with pkgs; [
|
home.packages = lib.mkAfter (with pkgs; [
|
||||||
(chromium.override { enableVaapi = true; })
|
(chromium.override { enableVaapi = true; })
|
||||||
|
firefox
|
||||||
|
mpv
|
||||||
dino
|
dino
|
||||||
lutris
|
lutris
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
|
@ -171,7 +171,6 @@ in {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
efibootmgr
|
efibootmgr
|
||||||
iotop
|
|
||||||
iw
|
iw
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue