From 1f2545df5b8b3398af333109f7c816d18d042f91 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 5 Feb 2024 21:17:07 +0100 Subject: [PATCH] alex: Prepare to load xmonad by default --- home/alex/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/alex/home.nix b/home/alex/home.nix index 77e01e6..80ccc81 100644 --- a/home/alex/home.nix +++ b/home/alex/home.nix @@ -1,7 +1,10 @@ { config, lib, pkgs, ... }: { - imports = [ ./cli.nix ]; + imports = [ + ./cli.nix + # ./programs/xmonad/default.nix + ]; home = { homeDirectory = "/home/alex";