diff --git a/home-manager/home.nix b/home-manager/home.nix index 29a5613..aa41639 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -13,6 +13,7 @@ # You can also split up your configuration and import pieces of it here: # Configurations + "${inputs.jade}/default.nix" "${inputs.neovim-jsm}/default.nix" # Programs @@ -67,9 +68,6 @@ # prismlauncher https://github.com/NixOS/nixpkgs/issues/229358 wezterm ]; - - # Setup startx - file.".xinitrc".source = ../config/xinitrc; }; # Copy user configuration