about summary refs log tree commit diff stats
path: root/modules/home.legacy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/default.nix')
-rw-r--r--modules/home.legacy/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix
index fed2ecf6..8fb209f3 100644
--- a/modules/home.legacy/default.nix
+++ b/modules/home.legacy/default.nix
@@ -7,13 +7,7 @@
 #
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-{
-  nixVim,
-  nix-index-database,
-  arkenfox-nixos,
-  config,
-  ...
-}: let
+{config, ...}: let
   inherit (config.home) homeDirectory;
 
   # xdg
@@ -28,10 +22,6 @@ in {
     ./conf
     ./files
     ./pkgs
-
-    nixVim.homeManagerModules.nixvim
-    nix-index-database.hmModules.nix-index
-    arkenfox-nixos.hmModules.arkenfox
   ];
 
   # I don't know what this does, but I've seen it a lot online, so it should be good, right?
@@ -50,7 +40,7 @@ in {
       enable = true;
       createDirectories = true;
       desktop = null;
-      documents = "${homeDirectory}/school/general";
+      documents = "${homeDirectory}/documents/general";
       download = "/tmp/download";
       music = "${homeDirectory}/media/music";
       pictures = "${homeDirectory}/media/pictures";