Commit graph

8 commits

Author SHA1 Message Date
3411e90b3f
chore: Add imagemagick to editor-runtime 2025-10-21 23:33:21 +08:00
fce213c07e
fix: Use buildEnv to join drv instead of symlinkJoin 2025-10-21 23:33:15 +08:00
8c71258562
chore(pkgs): Uncomment to add hurl and cmake-lsp to editor-runtime 2025-09-08 15:32:06 +08:00
d6380773b3
chore: System updates and config tweaks
Updated all flake inputs and applied srveral improvements to the
system configurations.

*** Updates
- Ran =flake update= to bring all dependencies to their latest
  versions.
- Pinned =lix-module= to the stable =release-2.93= branch to
  prevent breakages from its main branch.

*** System Configuration
- ssh: Reworked the client configuration to use a global =*= match
  block for secure defaults. Disabled the default home-manager
  config for removing nixpkgs' wrannings.
- intel-vaapi-driver: Enabled =enableHybridCodec= override to avoid
  to build whole package from scratch.
- kde: Forced the Qt platform theme to =kde= to fix a visual bug
  with Stylix.
- onnxruntime: Disabled CUDA/NCCL support to avoid to build the
  whole package from scratch.

*** Application Changes
- firefox: Switched the default browser package to =firefox-beta=
  across the entire configuration (NixOS, home-manager, and niri).
- editor: Removed =hurl= and =cmake-language-server= from the
  editor runtime environment for broken packages.
2025-08-29 11:18:17 +08:00
9201969c1b
Reformat nix source file using nixfmt 2025-08-21 05:08:56 +08:00
ebe7f7b897
module(helix,zed): Add ty as python lsp for helix and zed 2025-06-19 14:38:14 +08:00
9675b160d2
module(helix,zed): Add nil as lsp for nix language 2025-06-19 14:38:12 +08:00
6a3473813d
Move all editor runtime deps into package editor-runtime 2025-06-09 15:41:27 +08:00