feat: dwm stuff

This commit is contained in:
2024-12-27 19:59:52 +01:00
parent 0a39ffcfe8
commit 6ffe616413
13 changed files with 621 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
services.betterlockscreen = {
enable = true;
package = pkgs.betterlockscreen;
};
}