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