mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-14 11:07:54 +08:00
tart: darwin common
This commit is contained in:
parent
63541aa6ed
commit
6ae99761e8
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ in
|
|||
fuckport
|
||||
sshuttle-via
|
||||
entr
|
||||
git-merge-and-delete
|
||||
|
||||
# Fonts
|
||||
cascadia-code
|
||||
|
|
|
|||
|
|
@ -5,4 +5,8 @@
|
|||
./all/nushell
|
||||
# ./all/emacs.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.tart
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue