framework: add zen-browser flake
also add git recommit alias
This commit is contained in:
parent
cf2aaf7578
commit
acf41f34a5
5 changed files with 48 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, inputs, ...}: {
|
||||
imports = [
|
||||
./mpv.nix
|
||||
./vscode.nix
|
||||
|
|
@ -59,4 +59,10 @@
|
|||
enable = true;
|
||||
package = pkgs.brave;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = inputs.zen-browser.packages.x86_64-linux.default;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue