feat: try to add zen-browser
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
nixos-hardware = {
|
nixos-hardware = {
|
||||||
url = "github:nixos/nixos-hardware";
|
url = "github:nixos/nixos-hardware";
|
||||||
};
|
};
|
||||||
|
zen-browser = {
|
||||||
|
url = "github:0xc000022070/zen-browser-flake";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.home-manager.follows = "home-manager";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|||||||
@@ -24,5 +24,6 @@
|
|||||||
pkgs.vial
|
pkgs.vial
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
];
|
];
|
||||||
|
home.programs.zen-browser.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@@ -7,6 +8,7 @@
|
|||||||
./programs
|
./programs
|
||||||
./services
|
./services
|
||||||
|
|
||||||
|
inputs.zen-browser.nixosModules.default
|
||||||
# ./dotfiles.nix
|
# ./dotfiles.nix
|
||||||
# ./helix.nix
|
# ./helix.nix
|
||||||
# ./kitty.nix
|
# ./kitty.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user