Add zen-browser flake.
This commit is contained in:
9
nodes/hosts/common/programs/zen-browser.nix
Normal file
9
nodes/hosts/common/programs/zen-browser.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Browser Packages
|
||||
inputs.zen-browser.packages."${system}".twilight
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user