add nicer + tmuxbash

This commit is contained in:
2024-02-05 09:19:16 +02:00
committed by Motiejus Jakštys
parent e5736c67b9
commit eeaed5f3ab
5 changed files with 52 additions and 27 deletions

View File

@@ -103,6 +103,10 @@
};
})
(_: _: {deploy-rs-pkg = null;})
(_: super: {
tmuxbash = super.callPackage ./pkgs/tmuxbash.nix {};
nicer = super.callPackage ./pkgs/nicer.nix {};
})
];
in
{
@@ -308,6 +312,7 @@
shared/home
];
extraSpecialArgs = {
inherit self system;
stateVersion = "23.05";
username = "motiejus";
email = "motiejusja@wix.com";