diff --git a/flake.lock b/flake.lock index af19d9f..13187a4 100644 --- a/flake.lock +++ b/flake.lock @@ -537,22 +537,6 @@ "type": "github" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1725634671, - "narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -566,8 +550,7 @@ "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable", - "stylix": "stylix", - "zen-browser": "zen-browser" + "stylix": "stylix" } }, "stylix": { @@ -678,24 +661,6 @@ "repo": "flake-utils", "type": "github" } - }, - "zen-browser": { - "inputs": { - "nixpkgs": "nixpkgs_3" - }, - "locked": { - "lastModified": 1726852500, - "narHash": "sha256-got/znhx9w+agQYk2pQsiwE6irGrW+aBROmTrdoasPE=", - "owner": "baduhai", - "repo": "zen-browser-flake", - "rev": "bb9224f17546d1cef3d23db8082c089db3af74d9", - "type": "github" - }, - "original": { - "owner": "baduhai", - "repo": "zen-browser-flake", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index b3e7c73..f9536ee 100644 --- a/flake.nix +++ b/flake.nix @@ -47,9 +47,6 @@ # TODO change to original once merge reques accepted stylix.url = "github:baduhai/stylix/wezterm-fancy-tab-bar"; - - # TODO remove once in nixpkgs - zen-browser.url = "github:baduhai/zen-browser-flake"; }; outputs = inputs@{ self, nixpkgs, home-manager, nixpkgs-stable, deploy-rs diff --git a/hosts/desktops/common/packages.nix b/hosts/desktops/common/packages.nix index a8df318..f401f6e 100644 --- a/hosts/desktops/common/packages.nix +++ b/hosts/desktops/common/packages.nix @@ -63,7 +63,6 @@ in { ventoy virt-manager wezterm - inputs.zen-browser.packages."${system}".specific ] ++ kdepkgs; services.flatpak = { @@ -71,6 +70,7 @@ in { packages = [ "com.github.tchx84.Flatseal" "com.steamgriddb.SGDBoop" + "io.github.zen_browser.zen" "org.gtk.Gtk3theme.adw-gtk3" "org.gtk.Gtk3theme.adw-gtk3-dark" ];