separate custom pkgs into its own repo
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.browsers = {pkgs, ...}: {
|
||||
programs.firefox.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.zen-browser
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.helium
|
||||
inputs.thomas-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.zen-browser
|
||||
inputs.thomas-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.helium
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user