tart: darwin common

This commit is contained in:
Sridhar Ratnakumar 2025-08-27 12:02:06 -04:00
parent 63541aa6ed
commit 6ae99761e8
3 changed files with 5 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ lib, pkgs, flake, ... }:
{ flake, ... }:
let
inherit (flake) inputs;
inherit (inputs) self;
@ -10,9 +10,4 @@ in
];
home.username = "srid";
home.packages = [
] ++ lib.optionals pkgs.stdenv.isDarwin [
pkgs.tart
];
}

View file

@ -48,7 +48,6 @@ in
fuckport
sshuttle-via
entr
git-merge-and-delete
# Fonts
cascadia-code

View file

@ -5,4 +5,8 @@
./all/nushell
# ./all/emacs.nix
];
home.packages = [
pkgs.tart
];
}