add the configuration blurb at the top
This commit is contained in:
parent
a6b3498653
commit
19a0a34334
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
shortcuts = {
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue