Created window manager variable (even tho I only have one wm atm)

This commit is contained in:
Emmet 2023-06-21 10:02:59 -05:00
parent 6c2f6add12
commit 75968e28eb
3 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, python3Packages, nix-doom-emacs, stylix, myName, myEmail, myHomeDir, myDotfilesDir, myTheme, ... }:
{ config, lib, pkgs, python3Packages, nix-doom-emacs, stylix, myName, myEmail, myHomeDir, myDotfilesDir, myTheme, userWMNixPath, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
@ -11,7 +11,7 @@
imports = [
nix-doom-emacs.hmModule
stylix.homeManagerModules.stylix
../../user/wm/xmonad/xmonad.nix # My xmonad config
userWMNixPath # My window manager selected from flake
../../user/shell/sh.nix # My zsh and bash config
../../user/shell/cli-collection.nix # Useful CLI apps
../../user/bin/phoenix.nix # My nix command wrapper