about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-02-06 14:32:55 -0200
committerArseniy Seroka <ars.seroka@gmail.com>2015-02-15 19:42:53 +0300
commitf19ed980a2b037b2c72edc974c5b83ea292e6490 (patch)
tree6388059c566bd00c8dab5bf7019eb9d60d55675d /nixos/modules/services/x11/window-managers/default.nix
parentdf0016a8ce3ca9d3095eb5f08591f007f79db141 (diff)
Sawfish (git): New Package
Sawfish is a versatile, Lisp-based window manager

In that commit I include all Sawfish stack:
- librep, a lisp system;
- rep-gtk, bindings for gtk
- sawfish, the window manager
Diffstat (limited to 'nixos/modules/services/x11/window-managers/default.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index 7ec32fe83b54d..628d475c96842 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -14,6 +14,7 @@ in
     ./i3.nix
     ./metacity.nix
     ./openbox.nix
+    ./sawfish.nix
     ./stumpwm.nix
     ./twm.nix
     ./windowmaker.nix