1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: remove obsolete global wayland module, add todos

This commit is contained in:
oddlama 2024-06-12 01:36:57 +02:00
parent 3b602b322a
commit cf56c2ea31
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 1 additions and 7 deletions

View file

@ -27,7 +27,6 @@ in
./fonts.nix ./fonts.nix
./steam.nix ./steam.nix
./wayland.nix
./xserver.nix ./xserver.nix
]; ];

View file

@ -1,6 +0,0 @@
{
xdg.portal = {
wlr.enable = true;
config.sway.default = ["wlr"];
};
}

View file

@ -2,6 +2,7 @@
# TODO: waybar color picker button # TODO: waybar color picker button
# TODO: notification center toggle # TODO: notification center toggle
# TODO: screencast button with notification # TODO: screencast button with notification
# TODO: better qr script: click button, freeze screen, highlight qrs, overlay preview detected text, click to copy.
# TODO ai speech indicator / toggle # TODO ai speech indicator / toggle
{ {
lib, lib,