zen
This commit is contained in:
parent
e9dc2f3189
commit
53a6ba2638
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gh
|
||||
bash-language-server
|
||||
qemu
|
||||
# quickemu
|
||||
|
|
|
|||
|
|
@ -30,7 +30,10 @@
|
|||
};
|
||||
# prescurve.url = "github:taotien/prescurve";
|
||||
# prescurve.inputs.nixpkgs.follows = "nixpkgs";
|
||||
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
||||
zen-browser = {
|
||||
url = "github:MarceColl/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue