aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix5
1 files changed, 5 insertions, 0 deletions
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;