This commit is contained in:
2026-02-21 17:13:35 +00:00
parent 439b3e5470
commit 55c5f90b5f
6 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
modules.nix
modules.tmux
<modules/git/doloro>
modules.hyfetch
];
homeManager =
{ pkgs, ... }:

View File

@@ -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"
];
};
};
};
}

View File

@@ -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"

View File

@@ -9,7 +9,7 @@
...
}:
{
xdg.configFile."quickshell" = {
home.file.".config/quickshell" = {
recursive = true;
source = config.lib.file.mkOutOfStoreSymlink ./quickshell;
};

View File

@@ -1,4 +1,6 @@
// @ pragma UseQApplication
import Quickshell
import QtQuick
Scope {
Bar {}