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";