mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add custom pkgs infrastructure
This commit is contained in:
parent
6f74e97fa0
commit
687957c3e0
6 changed files with 463 additions and 2 deletions
|
@ -8,4 +8,7 @@ in
|
|||
++ [
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
}:
|
||||
let
|
||||
createCommon = import ../common-packages.nix;
|
||||
zen-browser = inputs.zen-browser.packages.${pkgs.system}.specific;
|
||||
in
|
||||
{
|
||||
home.packages =
|
||||
|
@ -20,6 +19,6 @@ in
|
|||
]);
|
||||
|
||||
home.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${zen-browser}/bin/zen";
|
||||
DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue