withSystem configuration

evaluate packages only once per each channel
This commit is contained in:
Filippo Berto 2026-02-05 11:14:24 +01:00
parent 1deb75a769
commit 127fc7f418
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 523 additions and 518 deletions

1028
flake.nix

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,4 @@
{ pkgs, ... }:
{ pkgs, unstable, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
# mendeley # Reference manager
# logseq
# drawio
obsidian
# zettlr
zotero
;
};
home.packages = [ pkgs.zotero unstable.obsidian ];
}