Skip to content

Commit

Permalink
hosts: homes: cloudtop: enable 'git' package
Browse files Browse the repository at this point in the history
Turns out that the latest version fixes the issue, but I haven't looked
into why exactly.

This reverts commit 6100a09.
  • Loading branch information
ambroisie committed Aug 31, 2023
1 parent 71a1bbd commit 1376942
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/homes/ambroisie@ambroisie/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Google Cloudtop configuration
{ lib, pkgs, ... }:
{ ... }:
{
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
Expand All @@ -13,8 +13,6 @@
LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};

programs.git.package = lib.mkForce pkgs.emptyDirectory;

# I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true;
}

0 comments on commit 1376942

Please sign in to comment.