ops/nixos/lib/common: add tmux
This commit is contained in:
parent
a74909c070
commit
5efba00e97
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ in
|
||||||
time.timeZone = mkDefault "Etc/UTC";
|
time.timeZone = mkDefault "Etc/UTC";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim rxvt_unicode.terminfo rebuilder
|
vim rxvt_unicode.terminfo tmux rebuilder
|
||||||
(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];
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue