Mac updates galore

Patch up my new structure to support Macs as well
Add Firefox for Mac overlay
Combine Python version definitions
Toy around with Vim settings
This commit is contained in:
greg-compass
2022-11-01 09:15:43 -05:00
parent 2f7b36d42d
commit 92cdb0fc05
9 changed files with 99 additions and 63 deletions
+2 -9
View File
@@ -1,13 +1,6 @@
{ pkgs, ... }:
let
myPackages = pypackages: with pypackages; [
pkgs.my-py-addons.xonsh-direnv
virtualenv
];
myPython = pkgs.python3.withPackages myPackages;
in {
{
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [
agenix
@@ -16,11 +9,11 @@ in {
diffutils
git
gnupatch
gregpy
findutils
hms # My own home manager switcher
home-manager
htop
myPython
nano
pwgen
transcrypt