summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-10-18 19:59:36 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-10-18 19:59:42 -0400
commitfbf1793cef53f325d609a6b5a93f43c836134cf6 (patch)
tree83b1f192e3c270a9675f832dafb8504c9e552558
parenta40c071134582ed1c54e345e9bfa6a252db3aaca (diff)
Add package.
-rw-r--r--config/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/desktop.nix b/config/desktop.nix
index 604aa34..8aa04a4 100644
--- a/config/desktop.nix
+++ b/config/desktop.nix
@@ -62,7 +62,7 @@
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
- extraPackages = hpkgs: [ hpkgs.xmobar ];
+ extraPackages = hpkgs: [ hpkgs.xmobar hpkgs.split ];
};
displayManager.slim = {