mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
infinitude: Initialize
Macbook Pro as headless machine.
This commit is contained in:
parent
2ea0180e0b
commit
5e28174601
5 changed files with 34 additions and 54 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./all/zsh.nix
|
||||
./all/wezterm
|
||||
# ./all/wezterm
|
||||
# ./all/emacs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue