mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: add zen browser for aarch64-linux
This commit is contained in:
parent
54c6920e83
commit
26d55fa278
5 changed files with 90 additions and 15 deletions
|
@ -1,8 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
createCommon = import ../common-packages.nix;
|
||||
in
|
||||
{
|
||||
home.packages = (createCommon pkgs) ++ (with pkgs; [ ]);
|
||||
home.packages =
|
||||
(createCommon pkgs)
|
||||
++ [
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -39,4 +39,6 @@ pkgs: with pkgs; [
|
|||
gcc
|
||||
|
||||
hledger
|
||||
|
||||
zen-browser
|
||||
]
|
||||
|
|
|
@ -10,18 +10,14 @@ in
|
|||
{
|
||||
home.packages =
|
||||
(createCommon pkgs)
|
||||
++ (
|
||||
with pkgs;
|
||||
[
|
||||
bitwarden-desktop
|
||||
modrinth-app
|
||||
lutris
|
||||
sbctl
|
||||
r2modman
|
||||
zoom-us
|
||||
]
|
||||
++ [ zen-browser ]
|
||||
);
|
||||
++ (with pkgs; [
|
||||
bitwarden-desktop
|
||||
modrinth-app
|
||||
lutris
|
||||
sbctl
|
||||
r2modman
|
||||
zoom-us
|
||||
]);
|
||||
|
||||
home.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${zen-browser}/bin/zen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue