lass 2: add bitlbee
This commit is contained in:
parent
c9ecb53841
commit
8247a5a618
|
@ -15,12 +15,13 @@
|
||||||
../2configs/wine.nix
|
../2configs/wine.nix
|
||||||
../2configs/texlive.nix
|
../2configs/texlive.nix
|
||||||
../2configs/binary-caches.nix
|
../2configs/binary-caches.nix
|
||||||
../2configs/ircd.nix
|
#../2configs/ircd.nix
|
||||||
../2configs/chromium-patched.nix
|
../2configs/chromium-patched.nix
|
||||||
../2configs/new-repos.nix
|
../2configs/new-repos.nix
|
||||||
#../../2configs/tv/synaptics.nix
|
#../../2configs/tv/synaptics.nix
|
||||||
../2configs/retiolum.nix
|
../2configs/retiolum.nix
|
||||||
../2configs/wordpress.nix
|
../2configs/wordpress.nix
|
||||||
|
../2configs/bitlbee.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
krebs.build = {
|
krebs.build = {
|
||||||
|
|
15
lass/2configs/bitlbee.nix
Normal file
15
lass/2configs/bitlbee.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
lpkgs = import ../5pkgs { inherit pkgs; };
|
||||||
|
in {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../3modules/bitlbee.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
config.lass.bitlbee = {
|
||||||
|
enable = true;
|
||||||
|
bitlbeePkg = lpkgs.bitlbee;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue