flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
24
modules/home-manager/packages.nix
Normal file
24
modules/home-manager/packages.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
darwin.trash
|
||||
curl
|
||||
nh
|
||||
cachix
|
||||
hledger
|
||||
hledger-web
|
||||
ffmpeg
|
||||
imagemagick
|
||||
|
||||
# Work
|
||||
codex
|
||||
typst
|
||||
hayagriva
|
||||
# quarto
|
||||
# R
|
||||
# rPackages.reticulate
|
||||
# texliveFull
|
||||
plantuml
|
||||
ditaa
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue