zen nix pkg instead of flatpak
This commit is contained in:
parent
a9f9653d1f
commit
8a6901c590
3 changed files with 40 additions and 2 deletions
37
flake.lock
generated
37
flake.lock
generated
|
|
@ -537,6 +537,22 @@
|
|||
"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",
|
||||
|
|
@ -550,7 +566,8 @@
|
|||
"nixos-generators": "nixos-generators",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
"stylix": "stylix"
|
||||
"stylix": "stylix",
|
||||
"zen-browser": "zen-browser"
|
||||
}
|
||||
},
|
||||
"stylix": {
|
||||
|
|
@ -661,6 +678,24 @@
|
|||
"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",
|
||||
|
|
|
|||
|
|
@ -47,6 +47,9 @@
|
|||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ in {
|
|||
ventoy
|
||||
virt-manager
|
||||
wezterm
|
||||
inputs.zen-browser.packages."${system}".specific
|
||||
] ++ kdepkgs;
|
||||
|
||||
services.flatpak = {
|
||||
|
|
@ -70,7 +71,6 @@ 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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue