Commit graph

64 commits

Author SHA1 Message Date
9fbcd61b14
Improve emacs configuration 2025-10-04 11:02:14 +08:00
8fec2465d3
feat: Add spacemacs module and update system 2025-10-04 11:02:06 +08:00
ecf6be9175
chore(niri): Modify niri configuration 2025-10-02 02:18:32 +08:00
788bff0103
chore: Use ghsotty as default terminal emulator instead of alacritty 2025-09-24 04:02:35 +08:00
105d1c771d
feat(niri): improve window-rule for steam notification windows 2025-09-17 01:16:15 +08:00
428d394465
feat: Add seahorse to manage secrets with gnome-keyring 2025-09-17 01:16:13 +08:00
5fce50217e
feat(doom): Disable company module for doom 2025-09-12 20:51:26 +08:00
7cd87ff477
feat(steam&niri): Add window-rule to show steam notify window better 2025-09-08 15:32:10 +08:00
5dd2eb2ac3
feat(firefox): Add more search engine alias and fix better-fox break change 2025-09-08 15:32:08 +08:00
d9aecce780
feat(doom): Enhance telega clipboard and enable lisp
This commit introduces significant improvements to clipboard handling
within the Telega (Telegram) client and enables the LSP module.

### Telega Clipboard Enhancements
- Paste Images: Overrides the default image pasting
  function (`telega-chatbuf-attach-clipboard`) with more image format
  support.
- Copy Images: Adds a new interactive command,
  `+telega-save-file-to-clipboard`, to download a file from a message
  and copy it directly to the Wayland clipboard via `wl-copy`.

### LSP Support
- Enabled the `:tools lsp` module to activate Language Server Protocol
  support for improved code intelligence.
2025-08-30 22:18:47 +08:00
22646df961
feat(doom): Enable language modules and disable stylix
This commit expands the Doom Emacs configuration by enabling a
wide array of programming language modules and tools. It also
decouples Emacs from the system's Stylix theming for more granular
control.

*** Modules
- Enabled language support for C/C++, Clojure, Go, Haskell,
  Python, Rust, Web, and Zig.
- Also enabled the ~company~, ~ibuffer~, ~upload~, and
  ~graphviz~ modules.
*** UI
- Switched to relative line numbers.
- Enabled icons for the ~vertico~ completion UI.
*** Nix
- Disabled the ~stylix~ target for Emacs to prevent it from
  overwriting the Doom theme.
- Added ~imagemagick~ as a dependency.
2025-08-29 11:26:18 +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
6933595b62
module(doom): Fix envrc.el cannot keep nix packages 2025-08-25 14:17:07 +08:00
9942ce62ab
module(doom): Set line number style 2025-08-25 14:17:05 +08:00
d8f21e1936
module(doom): Disable converting emoji to svg in telega 2025-08-25 14:17:04 +08:00
7fc036f01c
module(doom): Set right font settings 2025-08-25 14:17:03 +08:00
4c6efa5539
module(doom): Improve config.el format 2025-08-25 14:17:01 +08:00
db95628f71
module(doom) Move doom module into david's home modules 2025-08-24 18:31:00 +08:00
139128b152
module(firefox): Fix firefox quick search for nixos wiki 2025-08-22 00:37:18 +08:00
9201969c1b
Reformat nix source file using nixfmt 2025-08-21 05:08:56 +08:00
4ccf910438
module(kanshi): Modify kanshi output 2025-08-15 22:21:53 +08:00
98e6f4df21
module(kanshi): Add kanshi module to config monitors 2025-08-11 22:28:50 +08:00
b5f7705be3
module(niri): Add window-rule to ked-polkit-1 2025-08-11 17:15:08 +08:00
54d4bc057e
pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files 2025-08-11 12:42:43 +08:00
cf90eede7e
Add neovide support for neovim 2025-08-11 12:42:36 +08:00
6c4546df9c
module(waybar): Refactor waybar module 2025-07-15 22:10:53 +08:00
1d98d3905f
gui(niri): Add window-rule to disable auto-focus for wechat little window 2025-07-15 02:28:43 +08:00
fd9ef02112
module(wluma): Fix wluma module doesn't use extraSettings 2025-07-14 22:32:50 +08:00
03a6b549a2
module(waybar): Use Source Han Serif as fallback font 2025-07-14 22:19:05 +08:00
57dafbe7e1
gui: Change font configuration 2025-07-12 23:14:28 +08:00
b54be83fd7
Refactor loadImports function to add recursive capability of import 2025-07-12 04:47:33 +08:00
2c997cddce
Add extra function for lib, and refactor with loadImports 2025-07-12 00:27:42 +08:00
deac0d0d8f
module(wluma): Refactor wluma module 2025-07-11 05:14:18 +08:00
6ba58d5882
module: Fix waydroid module donot use enable option, also remove unused nix code 2025-07-11 04:43:51 +08:00
871ac5871d
gui(niri): Add swayimg as default image viewer 2025-07-11 03:48:08 +08:00
e9580543b4
flake: Include NUR instead of call package functions separately 2025-07-05 19:36:21 +08:00
e65183b4a4
Refactor gui module 2025-07-02 17:49:52 +08:00
edfe0e5bf9
module(niri): Improve overview settings for batter view 2025-07-02 15:33:12 +08:00
ce95e3fcc0
module(niri): Improve opacity settings for window, and use focus-ring instead of border 2025-07-02 14:31:50 +08:00
9e7124071b
gui(niri): Use waypaper to play wallpaper instead of swaybg 2025-07-02 14:05:06 +08:00
6f6b32612d
Add alacritty configuration and use it as default 2025-07-01 00:42:20 +08:00
cdcd180527
module(just): Add dead-nix to check unused nix code 2025-07-01 00:34:28 +08:00
e629204c18
flake: Synchronize upstream inputs for flake and fix niri config 2025-06-21 19:39:27 +08:00
8e4e50e34e
gui(niri): Delete unused variable defination 2025-06-13 13:49:21 +08:00
094f9d86f9
gui(niri): Launch fcitx5 instantly on niri startup 2025-06-10 19:28:06 +08:00
2ded35f4be
gui(niri): Start wl-clip-persist with niri 2025-06-10 19:28:05 +08:00
9110727e03
gui(niri): Use cliphist's builtin selector for niri binds 2025-06-10 19:28:04 +08:00
6a3473813d
Move all editor runtime deps into package editor-runtime 2025-06-09 15:41:27 +08:00
915256aa94
Move helix runtime inputs to hm extraPackages option 2025-06-09 15:41:25 +08:00
11e14b01f9
Update flake inputs 2025-06-09 15:41:24 +08:00