infinitude: Initialize

Macbook Pro as headless machine.
This commit is contained in:
Sridhar Ratnakumar 2025-01-10 15:02:58 -05:00
parent 2ea0180e0b
commit 5e28174601
5 changed files with 34 additions and 54 deletions

View file

@ -1,11 +1,11 @@
{ pkgs, flake, ... }:
let
package =
if pkgs.stdenv.isDarwin then
#if pkgs.stdenv.isDarwin then
# Upstream has broken mac package
pkgs.gitAndTools.gitFull.override { svnSupport = false; }
else
pkgs.gitAndTools.git;
# pkgs.gitAndTools.gitFull.override { svnSupport = false; }
#else
pkgs.gitAndTools.git;
in
{
home.packages = with pkgs; [

View file

@ -1,7 +1,7 @@
{
imports = [
./all/zsh.nix
./all/wezterm
# ./all/wezterm
# ./all/emacs.nix
];
}