hermit: fix configuration
This commit is contained in:
parent
f687548762
commit
77b014a457
2 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
inherit
|
||||
(pkgs)
|
||||
abook
|
||||
aerc
|
||||
aichat
|
||||
|
@ -76,6 +76,5 @@
|
|||
xournalpp
|
||||
zathura
|
||||
;
|
||||
inherit new-nil;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue