Commit graph

209 commits

Author SHA1 Message Date
4a6dbe67fa
feat(fish): Remove fastfetch from greeting function 2025-10-13 10:36:52 +08:00
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
60ec48a43a
chore: Update flake inputs and pkgs' upstreams 2025-10-02 02:18:26 +08:00
788bff0103
chore: Use ghsotty as default terminal emulator instead of alacritty 2025-09-24 04:02:35 +08:00
38163983b1
feat(fish): Add foreign env var plugin for fish 2025-09-23 03:22:27 +08:00
045fa32698
chore: Disable espanso for Tytonidae 2025-09-23 03:22:26 +08:00
ec1e7b1ccc
fix(Cape): Fix ssh config due to updating 2025-09-23 03:22:25 +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
3b6fc69eea
feat(gitu): Install gitu instead of lazygit 2025-09-13 12:41:32 +08:00
5fce50217e
feat(doom): Disable company module for doom 2025-09-12 20:51:26 +08:00
f9f767e150
chore(waybar): Modify waybar outputs' names 2025-09-12 20:47:23 +08:00
1fdfc2dfc5
feat(bash): Disable ble.sh for bash 2025-09-12 20:39:05 +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
3fba87b4b1
feat(spotifyd): Enable spotifyd module to play music in background 2025-09-08 15:26:50 +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
d683e4ae6a
fix(git): Prevent strpping hash-prefixed from commits
Sets `core.commentChar` to a semicolon (`;`). This prevents Git from
treating lines beginning with a `#` as comments and removing them from
the final commit message. This is useful when writing commit messages
with markdown.
2025-08-30 22:11:31 +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
2e4a532958
typos: Modify typos configuration and ignore typo check in doom init.el 2025-08-21 04:50:31 +08:00
0c9540a4a7
module(doom): Add treemacs and telega packages 2025-08-17 03:38:00 +08:00
d0581706fe
module(doom): Use nix-doom-unstraight instead of emacs module 2025-08-15 22:54:09 +08:00
fa915b96f7
module(fish): Prefer to use abbr instead of alias 2025-08-15 22:48:33 +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
68eb8df9c8
jujutsu: Modify configuration and usage to fit the latest version 2025-08-11 17:06:06 +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
210882a209
machine(Akun): Fix waybar backlight configuration 2025-07-17 11:14:47 +08:00
6c4546df9c
module(waybar): Refactor waybar module 2025-07-15 22:10:53 +08:00
90a5b36616
module(jujustu): Add ui.diff-editor settings to use builtin editor 2025-07-15 22:05:55 +08:00
c77571cd8b
Improve ddcci mount service 2025-07-15 20:38:47 +08:00
1d98d3905f
gui(niri): Add window-rule to disable auto-focus for wechat little window 2025-07-15 02:28:43 +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
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