diff --git a/config/hosts/aspects/doloro-shared.nix b/config/hosts/aspects/doloro-shared.nix index 33836ce..5c130f2 100644 --- a/config/hosts/aspects/doloro-shared.nix +++ b/config/hosts/aspects/doloro-shared.nix @@ -11,6 +11,7 @@ modules.nix modules.tmux + modules.hyfetch ]; homeManager = { pkgs, ... }: diff --git a/config/modules/helium.nix b/config/modules/helium.nix index 295402a..3ea78dd 100644 --- a/config/modules/helium.nix +++ b/config/modules/helium.nix @@ -23,6 +23,11 @@ xdg.configFile."net.imput.helium/WidevineCdm/latest-component-updated-widevine-cdm" = { text = ''{"Path":"${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm"}''; }; + wayland.windowManager.hyprland.settings = { + binds = [ + "$mainMod, E, exec, helium" + ]; + }; }; }; } diff --git a/config/modules/hyprland/doloro-settings.nix b/config/modules/hyprland/doloro-settings.nix index 8919920..17a7ca0 100644 --- a/config/modules/hyprland/doloro-settings.nix +++ b/config/modules/hyprland/doloro-settings.nix @@ -129,7 +129,6 @@ ) "$mainMod, C, killactive" "$mainMod, M, exec, uwsm stop" - "$mainMod, E, exec, zen" "$mainMod, Q, exec, kitty" "$mainMod, V, togglefloating," "$mainMod, P, pseudo, # dwindle" diff --git a/config/modules/quickshell/quickshell.nix b/config/modules/quickshell/quickshell.nix index a0e7906..15998c0 100644 --- a/config/modules/quickshell/quickshell.nix +++ b/config/modules/quickshell/quickshell.nix @@ -9,7 +9,7 @@ ... }: { - xdg.configFile."quickshell" = { + home.file.".config/quickshell" = { recursive = true; source = config.lib.file.mkOutOfStoreSymlink ./quickshell; }; diff --git a/config/modules/quickshell/quickshell/.qmlls.ini b/config/modules/quickshell/quickshell/.qmlls.ini new file mode 100644 index 0000000..e69de29 diff --git a/config/modules/quickshell/quickshell/shell.qml b/config/modules/quickshell/quickshell/shell.qml index de0527e..5df3dd1 100644 --- a/config/modules/quickshell/quickshell/shell.qml +++ b/config/modules/quickshell/quickshell/shell.qml @@ -1,4 +1,6 @@ +// @ pragma UseQApplication import Quickshell +import QtQuick Scope { Bar {}