From cf56c2ea3128a4d654fe8876b2abd4e100bef9de Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 12 Jun 2024 01:36:57 +0200 Subject: [PATCH] chore: remove obsolete global wayland module, add todos --- config/graphical/default.nix | 1 - config/graphical/wayland.nix | 6 ------ users/myuser/graphical/hyprland.nix | 1 + 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 config/graphical/wayland.nix diff --git a/config/graphical/default.nix b/config/graphical/default.nix index 65a8fd7..da56f8d 100644 --- a/config/graphical/default.nix +++ b/config/graphical/default.nix @@ -27,7 +27,6 @@ in ./fonts.nix ./steam.nix - ./wayland.nix ./xserver.nix ]; diff --git a/config/graphical/wayland.nix b/config/graphical/wayland.nix deleted file mode 100644 index d71b72e..0000000 --- a/config/graphical/wayland.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - xdg.portal = { - wlr.enable = true; - config.sway.default = ["wlr"]; - }; -} diff --git a/users/myuser/graphical/hyprland.nix b/users/myuser/graphical/hyprland.nix index ac4d691..93336ca 100644 --- a/users/myuser/graphical/hyprland.nix +++ b/users/myuser/graphical/hyprland.nix @@ -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,