mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Why not?
This commit is contained in:
parent
413ee5e6bc
commit
524dd5bb64
3 changed files with 147 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ _: let
|
|||
hostConfig = {
|
||||
tree,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = with tree; [
|
||||
|
|
@ -39,6 +40,7 @@ _: let
|
|||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.artemiscli.packages.aarch64-darwin.artemiscli
|
||||
fd # fd, better fine!
|
||||
ripgrep # rg, better grep!
|
||||
deadnix # dead-code scanner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue