changes like workspace added to qs and zen as browser

This commit is contained in:
2026-03-10 15:11:12 +00:00
parent 6f25e849f0
commit 961afbbff7
16 changed files with 411 additions and 68 deletions

View File

@@ -2,6 +2,7 @@
den,
modules,
inputs,
lib,
...
}:
{
@@ -11,7 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
modules.helium = {
modules.helium = settings: {
homeManager =
{ pkgs, home, ... }:
{
@@ -23,7 +24,7 @@
xdg.configFile."net.imput.helium/WidevineCdm/latest-component-updated-widevine-cdm" = {
text = ''{"Path":"${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm"}'';
};
wayland.windowManager.hyprland.settings = {
wayland.windowManager.hyprland.settings = lib.mkIf settings.default {
binds = [
"$mainMod, E, exec, helium"
];