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:
parent
3b602b322a
commit
cf56c2ea31
3 changed files with 1 additions and 7 deletions
|
@ -27,7 +27,6 @@ in
|
|||
|
||||
./fonts.nix
|
||||
./steam.nix
|
||||
./wayland.nix
|
||||
./xserver.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
xdg.portal = {
|
||||
wlr.enable = true;
|
||||
config.sway.default = ["wlr"];
|
||||
};
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
# TODO: waybar color picker button
|
||||
# TODO: notification center toggle
|
||||
# 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
|
||||
{
|
||||
lib,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue