File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 home . packages = with pkgs ; let
1515 nodejs = pkgs-stable . nodejs_20 ;
1616 yarn = pkgs-stable . yarn . override { inherit nodejs ; } ;
17+ nova = ( symlinkJoin {
18+ name = "nova-wrapped" ;
19+ paths = [ nova-editor ] ;
20+ buildInputs = [ makeWrapper ] ;
21+ postBuild = ''
22+ wrapProgram "$out/Applications/Nova.app/Contents/MacOS/Nova" \
23+ --set PATH ${ lib . makeBinPath [ copilot-language-server nil nodejs shellcheck typescript yarn ] }
24+ '' ;
25+ } ) ;
1726 development = [
1827 colima
19- copilot-language-server
2028 docker
2129 hub
22- jo
2330 nodejs
24- shellcheck
2531 tree
26- yarn
27- yq
2832 ] ;
2933 nixSpecific = [
3034 comma
3135 manix
32- nil
3336 nix-du
3437 nix-tree
3538 nix-your-shell
6467 m-cli
6568 mas
6669 mochi
70+ nova
6771 slack
6872 soundsource
6973 the-unarchiver
Original file line number Diff line number Diff line change 1919 "daisydisk"
2020 "fastscripts"
2121 "mochi"
22+ "nova-editor"
2223 "plexmediaserver"
2324 "roon-server"
2425 "slack"
Original file line number Diff line number Diff line change 3333 inherit name ;
3434 greedy = true ;
3535 } ) [
36- "nova"
3736 "postico"
3837 "qlmarkdown"
3938 ]
143142 persistent-apps = [
144143 "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app"
145144 "/System/Applications/Mail.app"
146- "/Applications/Nova.app"
145+ "${ pkgs . nova-editor } /Applications/Nova.app"
147146 "/Applications/Prompt.app"
148147 "/Applications/Reeder.app"
149148 "/Applications/Roon.app"
You can’t perform that action at this time.
0 commit comments