Commit graph

136 commits

Author SHA1 Message Date
9c6ad33e41
feat: Remove juicity package function 2025-10-28 22:00:36 +08:00
3411e90b3f
chore: Add imagemagick to editor-runtime 2025-10-21 23:33:21 +08:00
f822528530
chore: Use localSystem.system instead of system 2025-10-21 23:33:20 +08:00
fce213c07e
fix: Use buildEnv to join drv instead of symlinkJoin 2025-10-21 23:33:15 +08:00
f8cab1db34
chore: Change colorschemes 2025-10-21 23:33:14 +08:00
812f3c80cc
chore: Refactor helix package 2025-10-18 22:44:36 +08:00
54bc3214f2
Add org-modern support for doom 2025-10-15 12:43:04 +08:00
72b67ac3c2
fix: Fix typo 2025-10-15 12:43:03 +08:00
da29bcfc4c
Remove radicle-ci-broker from pkgs 2025-10-15 12:42:59 +08:00
9e9b2cd6b5
chore: Move doom-emacs as package instead of module 2025-10-13 10:36:56 +08:00
95746c7495
chore: Update pkg upstreams and flake inputs 2025-09-17 01:12:41 +08:00
8365f2e4de
chore: Update pkgs upsteam 2025-09-12 20:46:50 +08:00
8c71258562
chore(pkgs): Uncomment to add hurl and cmake-lsp to editor-runtime 2025-09-08 15:32:06 +08:00
3fba87b4b1
feat(spotifyd): Enable spotifyd module to play music in background 2025-09-08 15:26:50 +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
c48460eb3a
pkg: Enable wayland for spotify 2025-08-21 05:42:52 +08:00
9201969c1b
Reformat nix source file using nixfmt 2025-08-21 05:08:56 +08:00
400742f8a9
pkg(nixvim): Add idris2 language configuration 2025-08-11 12:43:05 +08:00
56dc7f3bba
pkg(nixvim): Add some lsp configuration 2025-08-11 12:43:03 +08:00
39ca09b05f
pkg(nixvim): Add extra module to modify option 2025-08-11 12:43:02 +08:00
86f39ed4ce
pkg(nixvim): Modify some nixvim options 2025-08-11 12:43:01 +08:00
bf50c2b05c
pkg(nixvim): Add trouble plugin 2025-08-11 12:42:59 +08:00
d794974e0c
pkg(nixvim): Add gitsigns plugin 2025-08-11 12:42:58 +08:00
9238672dad
pkg(nixvim): Add which-key plugin 2025-08-11 12:42:57 +08:00
f764a607c0
pkg(nixvim): Set leader key and modify some options 2025-08-11 12:42:56 +08:00
96c4fb932d
pkg(nixvim): Move neovide configuration to single file 2025-08-11 12:42:54 +08:00
44cbe023d0
pkg(nixvim): Refactor tree-sitter module 2025-08-11 12:42:53 +08:00
dbb0d61937
pkg(nixvim): Refactor ui module for nixvim 2025-08-11 12:42:52 +08:00
3948d2b53d
pkg(nixvim): Add snack plugin for many little features 2025-08-11 12:42:50 +08:00
2b6bc9763d
pkg(nixvim): Add lazy-load file to use AutoCmd to load plugin 2025-08-11 12:42:49 +08:00
58b503453b
pkg(nixvim): Move vim-startuptime to util/vim-startuptime.nix 2025-08-11 12:42:48 +08:00
933446925a
pkg(nixvim): Add .stylua.toml file to specify lua format 2025-08-11 12:42:46 +08:00
cfdd89c080
pkg(nixvim): Add blink-cmp, lazydev, mini-ai, mini-pairs and ts-comments plugins to improve coding UX 2025-08-11 12:42:45 +08:00
7477166d9e
pkg(nixvim): Remove all lang configuration to single file 2025-08-11 12:42:44 +08:00
54d4bc057e
pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files 2025-08-11 12:42:43 +08:00
e70d021a24
Add neovim_git flake input, and use neovim_git in nixvim 2025-08-11 12:42:41 +08:00
3649602a07
pkg(nixvim): Fix format command completion function 2025-08-11 12:42:40 +08:00
745a964d79
pkgs(nixvim): Add vim-startuptime plugin for profile the startup time 2025-08-11 12:42:38 +08:00
cf90eede7e
Add neovide support for neovim 2025-08-11 12:42:36 +08:00
d242144445
pkgs(nixvim): Add some language supports for formatting 2025-08-11 12:42:35 +08:00
37914d6957
pkgs(nixvim): Use conform.nvim as formatting plugin, and add two usercmds for it 2025-08-11 12:42:34 +08:00
8806190f75
pkgs(nixvim): Config neovim startup options 2025-08-11 12:42:33 +08:00
7078dd84eb
pkgs(nixvim): Enable treesitter support and enable which-key plugin 2025-08-11 12:42:32 +08:00
9466308478
pkgs(nixvim): Set colorscheme and enable lualine plugin 2025-08-11 12:42:31 +08:00
cdf7e9908a
pkgs(nixvim): Add basic lsp support for nix language 2025-08-11 12:42:29 +08:00
419edec01f
pkgs(nixvim): Use nixvim to precompile lua to byte code 2025-08-11 12:42:27 +08:00
0bae976b08
pkgs(nixvim): Add some basic structure 2025-08-11 12:42:26 +08:00
c75945ddba
Refactor nixvim to move it as standalone package instead of nixos module 2025-08-11 12:42:13 +08:00
a3a4265b96
module(helix): Add typos-lsp to all languages' ls, and pass default lang settings via passthru in package 2025-07-15 01:46:48 +08:00
8aa578123c
Use packagesFromDirectoryRecursive to improve package building 2025-07-13 01:29:41 +08:00