about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 19:30:54 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 19:30:54 -0800
commitee02ad61d9709a5130ec382ce7cfa04ca11fce18 (patch)
treea397eb98e55c88aad14d569b5618fc9b1b4bc8b6
parentusers: rename common.nix to default.nix (diff)
downloadworld-ee02ad61d9709a5130ec382ce7cfa04ca11fce18.tar.gz
lib: remove in-existing module
-rw-r--r--lib/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 094828a..4fdd3f1 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -41,7 +41,6 @@
       homeDirectory = "/home/${username}";
       configuration = ../users/${username};
       extraModules = [
-        ../modules/home-manager
         # Base configuration
         {
           nixpkgs = {