Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Vaure
0915066727 disable nom in nh
Some checks failed
/ build-all (push) Failing after 2s
2026-04-21 09:30:58 +02:00
Antoine Vaure
e43aac674b add typst and tinymist to allegro home config
All checks were successful
/ build-all (push) Successful in 1m1s
2026-04-21 09:29:51 +02:00
2 changed files with 3 additions and 0 deletions

View file

@ -115,6 +115,8 @@
pipewire pipewire
yuview yuview
nixVersions.latest nixVersions.latest
typst
tinymist
]; ];
services.swayidle.timeouts = [ services.swayidle.timeouts = [

View file

@ -62,6 +62,7 @@
programs.nh = { programs.nh = {
enable = true; enable = true;
flake = "${config.home.homeDirectory}/nix-system"; flake = "${config.home.homeDirectory}/nix-system";
switch.extraArgs = "--no-nom";
}; };
programs.git = { programs.git = {