Revert "tart: darwin common"

This reverts commit 6ae99761e8.
This commit is contained in:
Sridhar Ratnakumar 2025-08-28 00:26:10 +05:30
parent fc6f94b812
commit c54c586fba
3 changed files with 7 additions and 5 deletions

View file

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

View file

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

View file

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