From f9fba0d096ed576fa5b9c7982621a15a86add298 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:19:32 -0500 Subject: [PATCH] add git --- hosts/git/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 84786e7..8fa6208 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -16,6 +16,7 @@ config = { allowUnfree = true; }; + hostPlatform = lib.mkDefault "x86_64-linux"; }; nix = let @@ -90,5 +91,15 @@ ATTR{address}=="96:00:03:b7:a9:ed", NAME="eth0" ''; + programs = { + git.enable = true; + fish = { + enable = true; + shellAliases = [ + dirsize = "du -sh" + ]; + }; + }; + system.stateVersion = "24.05"; }