docs: Add documentation to recent headers

This commit is contained in:
Swarsel 2024-08-10 19:04:27 +02:00
parent 3155f78cda
commit 136c945cfa
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 580 additions and 611 deletions

View file

@ -10,22 +10,5 @@
environment.systemPackages = with pkgs; [
];
# xdg.portal = {
# enable = true;
# config = {
# common = {
# default = "wlr";
# };
# };
# wlr.enable = true;
# wlr.settings.screencast = {
# output_name = "eDP-2";
# chooser_type = "simple";
# chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
# };
# };
# services.dbus.enable = true;
}