Skip to content

Commit

Permalink
meta: denixify
Browse files Browse the repository at this point in the history
  • Loading branch information
jukremer committed Oct 26, 2024
1 parent 2cf6eb0 commit 6b19582
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 180 deletions.
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Build with Hugo
run: nix run .
- name: Setup Hugo
uses: peaceiris/actions-hugo@main
with:
hugo-version: 'latest'
# extended: true
- name: Build website
run: hugo --minify
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@main
with:
Expand Down
22 changes: 11 additions & 11 deletions content/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ tags:

## Software

| Category | Software |
| ----------------------- | ------------------------------------------------------ |
| Unless otherwise stated | Apple default apps |
| RSS reader | [NetNewsWire](https://netnewswire.com) |
| Notes | [Obsidian](https://obsidian.md) |
| To-Do list | [Things](https://culturedcode.com/things) |
| Text editor | [Helix](https://helix-editor.com) |
| Word processing | [Typst](https://typst.app) |
| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) |
| Package manager | [Nix](https://nixos.org) ([Homebrew](https://brew.sh)) |
| Color theme | [Rosé Pine Moon](https://rosepinetheme.com) |
| Category | Software |
| ----------------------- | ----------------------------------------------- |
| Unless otherwise stated | Apple default apps |
| RSS reader | [NetNewsWire](https://netnewswire.com) |
| Notes | [Obsidian](https://obsidian.md) |
| To-Do list | [Things](https://culturedcode.com/things) |
| Text editor | [Helix](https://helix-editor.com) |
| Word processing | [Typst](https://typst.app) |
| Terminal emulator | [Ghostty](https://github.com/mitchellh/ghostty) |
| Package manager | [Homebrew](https://brew.sh) |
| Color theme | [Rosé Pine Moon](https://rosepinetheme.com) |
63 changes: 0 additions & 63 deletions flake.lock

This file was deleted.

70 changes: 0 additions & 70 deletions flake.nix

This file was deleted.

30 changes: 0 additions & 30 deletions treefmt.nix

This file was deleted.

0 comments on commit 6b19582

Please sign in to comment.