withSystem configuration
evaluate packages only once per each channel
This commit is contained in:
parent
1deb75a769
commit
127fc7f418
2 changed files with 523 additions and 518 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue