[hypnos] 重构配置结构, 增加 flake 编写相关配置

This commit is contained in:
2026-01-19 13:10:34 +08:00
parent 01197656cd
commit e195cbc591
3 changed files with 37 additions and 26 deletions
-23
View File
@@ -1,23 +0,0 @@
{ pkgs, ... }:
{
home.packages =
(with pkgs; [
autoconf
coreutils
gawk
gnused
gnutar
gnugrep
gnumake
pkgconf
unar
codex
helix
uv
typst
pandoc
])
;
}