summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/x.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-04-17 13:11:32 +0200
committerlassulus <lass@lassul.us>2017-04-18 21:14:56 +0200
commit6436eac7b9081c3a2f06aff5c27c40a2f54a4eff (patch)
tree60c3ef3346fff623fb87e8f79b58f5e93a1fcf3c /makefu/1systems/x.nix
parentd53824e7b551759854c6e0ae77411c179a168754 (diff)
m 2 urxvtd: init
Diffstat (limited to 'makefu/1systems/x.nix')
-rw-r--r--makefu/1systems/x.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix
index 9cedc04a8..51c9543ef 100644
--- a/makefu/1systems/x.nix
+++ b/makefu/1systems/x.nix
@@ -2,6 +2,7 @@
#
#
{ config, pkgs, ... }:
+with import <stockholm/lib>;
{
imports =
@@ -78,7 +79,7 @@
};
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
- environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
+ environment.systemPackages = [ pkgs.passwdqc-utils ];
virtualisation.docker.enable = true;