feat: add window manager options

This commit is contained in:
danny 2026-02-04 18:21:40 +08:00
parent b4b7997ac5
commit 601dfb9217
31 changed files with 2006 additions and 821 deletions

View file

@ -1,4 +1,3 @@
{ config, ... }:
{
imports = [
./actual-budget.nix
@ -15,5 +14,6 @@
./dns.nix
./acme.nix
./ntfy.nix
./homepage.nix
];
}