From b27c5cf38b5cef5731b5be8ba41e3fa7cb0df293 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 May 2018 16:29:07 +0200 Subject: Group applications by purpose --- gui/xmonad.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/xmonad.nix') diff --git a/gui/xmonad.nix b/gui/xmonad.nix index da7d73a..c0c4647 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -1,6 +1,11 @@ { pkgs, ... }: { + imports = [ + ./gtk.nix + ./rofi.nix + ]; + xsession = { enable = true; -- cgit v1.2.3