pkgs(zen-browser): replace with better flake

This commit is contained in:
Youwen Wu 2024-08-26 17:54:50 -07:00
parent 9c211e6372
commit 7c912238a1
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 15 additions and 45 deletions

View file

@ -41,7 +41,7 @@
# External reserved keys: SUPER + Z and SUPER + X for zen-browser.
# Application Keybinds
"$mod, F, exec, zen-browser || librewolf"
"$mod, F, exec, zen-bin || librewolf"
"$mod, T, exec, kitty"
"$mod, E, exec, dolphin"
"$mod, R, exec, pavucontrol"
@ -184,7 +184,7 @@
"float,class:^(org.kde.dolphin)$,title:^(Copying Dolphin)$"
"float,title:^(Picture-in-Picture)$"
"float,class:^(librewolf)$,title:^(Library)$"
"float,class:^(zen-browser)$,title:^(Library)$"
"float,class:^(zen-alpha)$,title:^(Library)$"
"float,title:^(Extension: (Bitwarden Password Manager))$"
"float,class:^(vlc)$"
"float,class:^(kvantummanager)$"

View file

@ -1,4 +1,8 @@
{pkgs, ...}: let
{
pkgs,
inputs,
...
}: let
createCommon = import ../common-packages.nix;
in {
home.packages =
@ -10,6 +14,6 @@ in {
wine
sbctl
r2modman
zen-browser.default
inputs.zen-browser.packages.${pkgs.system}.specific
]);
}