diff --git a/home-manager/small.nix b/home-manager/small.nix index e92b531d..ab8208e2 100644 --- a/home-manager/small.nix +++ b/home-manager/small.nix @@ -21,7 +21,6 @@ stateVersion = hmStateVersion; homeDirectory = "/home/${username}"; sessionPath = [ "$HOME/.local/bin" ]; - }; }; nixpkgs = {