zen-flake nixpkg is no better than the flatpak

This commit is contained in:
William 2024-09-20 15:45:29 -03:00
parent 8a6901c590
commit 25b072e141
3 changed files with 2 additions and 40 deletions

37
flake.lock generated
View file

@ -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",

View file

@ -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

View file

@ -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"
];