diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:30:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:30:54 -0800 |
commit | ee02ad61d9709a5130ec382ce7cfa04ca11fce18 (patch) | |
tree | a397eb98e55c88aad14d569b5618fc9b1b4bc8b6 /lib | |
parent | users: rename common.nix to default.nix (diff) | |
download | world-ee02ad61d9709a5130ec382ce7cfa04ca11fce18.tar.gz |
lib: remove in-existing module
Diffstat (limited to '')
-rw-r--r-- | lib/default.nix | 1 |
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 = { |