mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 22:19:52 -07:00
pkgs(zen-browser): replace with better flake
This commit is contained in:
parent
9c211e6372
commit
7c912238a1
4 changed files with 15 additions and 45 deletions
|
@ -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)$"
|
||||
|
|
|
@ -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
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue