diff --git a/profiles/homelab/home.nix b/profiles/homelab/home.nix index 723c102..cb76da8 100644 --- a/profiles/homelab/home.nix +++ b/profiles/homelab/home.nix @@ -10,7 +10,6 @@ imports = [ ../../user/shell/sh.nix # My zsh and bash config - ../../user/bin/phoenix.nix # My nix command wrapper ../../user/app/ranger/ranger.nix # My ranger file manager config ../../user/app/git/git.nix # My git config ]; diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 15d24dd..f99c628 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -14,7 +14,6 @@ (./. + "../../../user/wm"+("/"+userSettings.wm+"/"+userSettings.wm)+".nix") # 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 ../../user/app/doom-emacs/doom.nix # My doom emacs config ../../user/app/ranger/ranger.nix # My ranger file manager config ../../user/app/git/git.nix # My git config diff --git a/profiles/wsl/home.nix b/profiles/wsl/home.nix index 16c5048..794d7e1 100644 --- a/profiles/wsl/home.nix +++ b/profiles/wsl/home.nix @@ -13,7 +13,6 @@ stylix.homeManagerModules.stylix ../../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 ../../user/app/doom-emacs/doom.nix # My doom emacs config ../../user/app/ranger/ranger.nix # My ranger file manager config ../../user/app/git/git.nix # My git config