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@protonmail.com>2020-05-12 18:13:51 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-05-13 21:32:54 -0300
commit6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf (patch)
tree57a4a64fa5b75e804c74d0b04242f195cff39fbe /nixos/modules/services/x11/window-managers/default.nix
parent58a93ee62d9cd318934993e7d88660ef1ad61490 (diff)
downloadnixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar.gz
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar.bz2
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar.lz
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar.xz
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.tar.zst
nixpkgs-6aeaa1019c5fca8876b8f9ab1845619d15d1ceaf.zip
yeahwm: init at 0.3.5
yeahwm is a small window manager for X11, inspired by evilwm
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 51096d80498..af211e3b534 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -36,6 +36,7 @@ in
     ./windowmaker.nix
     ./wmii.nix
     ./xmonad.nix
+    ./yeahwm.nix
     ./qtile.nix
     ./none.nix ];