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,5 +1,5 @@
{
imports = [
# ../../../modules/davinci-resolve.nix
../../../modules/davinci-resolve.nix
];
}

View file

@ -1,8 +1,8 @@
{
imports = [
../../../modules/localsend.nix
./airplay.nix
./davinci-resolve.nix
# ./airplay.nix
# ./davinci-resolve.nix
# ./blender.nix
];
}