More macOS true up work

This commit is contained in:
Gene Liverman 2023-09-12 15:13:24 -04:00
parent 0535cba83b
commit 645524c898
2 changed files with 17 additions and 8 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: {
home.stateVersion = "23.11";
# home.packages = with pkgs; [
#
# ];
home.packages = with pkgs; [
subversion
];
home.sessionVariables = {
CLICLOLOR = 1;
PAGER = "less";
@ -15,6 +15,7 @@
enable = true;
delta.enable = true;
lfs.enable = true;
package = pkgs.gitAndTools.gitFull;
};
go = {
enable = true;