devenv
This commit is contained in:
parent
946c6157bf
commit
8ac1e75e85
6 changed files with 33 additions and 71 deletions
15
flake.nix
15
flake.nix
|
|
@ -17,10 +17,10 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
plasma-manager = {
|
||||
url = "github:pjones/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# plasma-manager = {
|
||||
# url = "github:pjones/plasma-manager";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
helix = {
|
||||
url = "github:mattwparas/helix/steel-event-system";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
# prescurve.url = "github:taotien/prescurve";
|
||||
# prescurve.inputs.nixpkgs.follows = "nixpkgs";
|
||||
zen-browser = {
|
||||
url = "github:MarceColl/zen-browser-flake";
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
|
||||
|
|
@ -43,10 +43,12 @@
|
|||
extra-substituters = [
|
||||
"https://cosmic.cachix.org/"
|
||||
# "https://helix.cachix.org/"
|
||||
"https://devenv.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
||||
# "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -58,8 +60,7 @@
|
|||
agenix,
|
||||
disko,
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
# helix,
|
||||
# plasma-manager,
|
||||
nixos-cosmic,
|
||||
zen-browser,
|
||||
determinate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue