Skip to content

Commit

Permalink
Install zen from flake
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 12, 2024
1 parent 6f51b87 commit c93ff5e
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 204 deletions.
65 changes: 64 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
# };
helix.url = "github:helix-editor/helix";
wezterm.url = "github:wez/wezterm?dir=nix";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# nixvim-flake.url = "github:arunoruto/nvim.nix";
# Styling
stylix = {
Expand Down
8 changes: 7 additions & 1 deletion modules/nixos/programs/browsers/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
lib,
config,
lib,
pkgs,
inputs,
...
}:
{
Expand All @@ -16,5 +18,9 @@
chrome.enable = lib.mkDefault true;
firefox.enable = lib.mkDefault true;
vivaldi.enable = lib.mkDefault false;

environment.systemPackages = [
inputs.zen-browser.packages.${pkgs.system}.default
];
};
}
1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pkgs: rec {
zluda-rocm5 = pkgs.callPackage ./zluda-rocm5/package.nix { };
# candy-icons = pkgs.callPackage ./candy-icons/package.nix { };
mstm = pkgs.callPackage ./mstm/parallel.nix { };
# zen-browser = pkgs.callPackage ./zen-browser/package.nix { };
# wigxjpf = pkgs.callPackage ./wigxjpf/package.nix { };
# pywigxjpf = pkgs.python3Packages.callPackage ./wigxjpf/pypackage.nix { };

Expand Down
201 changes: 0 additions & 201 deletions pkgs/zen-browser/package.nix

This file was deleted.

0 comments on commit c93ff5e

Please sign in to comment.