mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
update flake && add zen browser
This commit is contained in:
parent
d706977dbe
commit
19e7761a1e
3 changed files with 69 additions and 14 deletions
|
@ -17,12 +17,19 @@
|
|||
openapi-tui = {
|
||||
url = "github:zaghaghi/openapi-tui";
|
||||
};
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
|
||||
# to have it up-to-date or simply don't specify the nixpkgs input
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
zen-browser,
|
||||
nixvim,
|
||||
openapi-tui,
|
||||
...
|
||||
|
@ -48,7 +55,7 @@
|
|||
homeConfigurations.fabric = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit nixvim openapi-tui; # deleted hyprpanel
|
||||
inherit nixvim openapi-tui zen-browser; # deleted hyprpanel
|
||||
};
|
||||
modules = [
|
||||
./home/fabric/default.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue