add sway module

This commit is contained in:
Fabian Montero 2025-08-05 23:22:16 -06:00 committed by Alejandro Soto
parent 26619394f4
commit 8741b32021
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
4 changed files with 64 additions and 1 deletions

13
modules/sway/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
config,
lib,
pkgs,
doctrine,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "sway";
sys = ./sys.nix;
options = ./options.nix;
}