diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 17:03:35 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 17:03:35 -0800 |
| commit | 6e2da8b251af83d6c60ec80c490f96ee42a76030 (patch) | |
| tree | 2c8f1f118ea59c99e3d9ce7dd8086fd66087e285 /flake.nix | |
| parent | a38b42a17545d8fb18397a7861176348989b5711 (diff) | |
new lock, new flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprnixmacs.url = "git+file:./nix"; + hyprnixmacs.url = "git://nullring.xyz/hyprnixmacs.git"; }; outputs = { nixpkgs, git-hooks, hyprnixmacs, self, ... }: @@ -93,6 +93,8 @@ emacs -q --batch \ --eval '(defalias (quote tool-bar-mode) (quote ignore))' \ --eval '(defalias (quote menu-bar-mode) (quote ignore))' \ --eval '(provide (quote lean4-mode))' \ + --eval '(provide (quote irony-mode))' \ + --eval '(provide (quote irony))' \ --eval "(setq org-latex-pdf-process (quote (\"xelatex -shell-escape -interaction nonstopmode %f\")))" \ --eval '(setq org-startup-with-latex-preview nil)' \ --eval '(setq org-startup-indented nil)' \ |
