Do not assign values to config.
This commit is contained in:
parent
019894965a
commit
eaf3bf45c5
19 changed files with 28 additions and 27 deletions
|
@ -1,11 +1,11 @@
|
|||
# Programms I'm likely to want on every machine and/or may execute as root
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config.machine.pkgsets.base.pkgs = with pkgs; [
|
||||
machine.pkgsets.base.pkgs = with pkgs; [
|
||||
age
|
||||
sops
|
||||
bat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue