System Gen3 @ 2025-05-04-05:05:26 by jonas@monolith

This commit is contained in:
2025-05-04 05:05:26 +02:00
parent 9ada9621d5
commit ec11905096
3 changed files with 52 additions and 4 deletions

View File

@@ -6,9 +6,11 @@
}: let
cfg = config.hive.doom;
doom-pkgs = with pkgs; [
cmake
emacs-all-the-icons-fonts
fira
fira-code-nerdfont
emacs-all-the-icons-fonts
gcc
];
default-core-pkgs = with pkgs; [
(ripgrep.override {withPCRE2 = true;})