From 917920bc1af01cc316ee344f070874ba0798b930 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 6 May 2023 00:58:46 +0800 Subject: [PATCH] update inputs, remove xinitrc source --- home-manager/home.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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