Skip to content

Commit

Permalink
home-manager/dev: remove lorri
Browse files Browse the repository at this point in the history
Kinda buggy and not working in any system I am trying.
  • Loading branch information
thiagokokada committed Oct 27, 2023
1 parent 3ac7151 commit 2564500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions home-manager/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
shellcheck
];

programs.direnv = {
enable = true;
nix-direnv.enable = true;
};

# lorri is a faster direnv implementation
services.lorri.enable = lib.mkIf pkgs.stdenv.isLinux true;
programs.direnv.enable = true;
};
}
4 changes: 0 additions & 4 deletions shared/nix-conf.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
# Useful for nix-direnv, however not sure if this will
# generate too much garbage
# keep-outputs = true;
# keep-derivations = true;
}

0 comments on commit 2564500

Please sign in to comment.