Remove Compass references

This commit is contained in:
Greg Hellings
2024-08-04 20:30:49 -05:00
parent 1203db6a25
commit 0317d03ce2
3 changed files with 0 additions and 27 deletions
-5
View File
@@ -28,11 +28,6 @@ let
] ++ extraMods;
};
in rec {
# Duplicate all the things, because nix-darwin does different things with case sensitivity
# depending on where you live
C02G48H8MD6R = mac { system = "x86_64-darwin"; name = "work"; };
c02g48h8md6r = C02G48H8MD6R;
la23002 = mac { name = "ivr"; };
LA23002 = la23002;
}
-21
View File
@@ -1,21 +0,0 @@
{ pkgs, ... }:
{
homebrew = {
enable = true;
brews = [
"packer"
"direnv"
];
casks = [
"alt-tab"
"gnucash"
"insomnia"
"onlyoffice"
"pgadmin4"
"postman"
"vagrant"
];
};
environment.loginShell = "${pkgs.xonsh}/bin/xonsh";
}