add the configuration blurb at the top

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

View file

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

View file

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