add the configuration blurb at the top

This commit is contained in:
Lillian Violet 2024-01-16 13:40:40 +01:00
parent a6b3498653
commit 19a0a34334
2 changed files with 426 additions and 411 deletions

View file

@ -1,4 +1,11 @@
{ {
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
programs.plasma = { programs.plasma = {
enable = true; enable = true;
shortcuts = { shortcuts = {

View file

@ -1,3 +1,11 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}:
{ {
programs.plasma = { programs.plasma = {
enable = true; enable = true;