This commit is contained in:
2025-03-14 15:17:37 +00:00
parent 3392908cb8
commit 8fc2d67f1b
3 changed files with 80 additions and 178 deletions

View File

@@ -10,12 +10,6 @@
devenv.url = "github:cachix/devenv";
devenv.inputs.nixpkgs.follows = "nixpkgs";
ghostty = {
url = "github:ghostty-org/ghostty?ref=v1.0.1";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs-unstable.follows = "nixpkgs";
};
golink.url = "github:tailscale/golink";
golink.inputs.nixpkgs.follows = "nixpkgs";
@@ -35,7 +29,6 @@
nixpkgs,
agenix,
devenv,
ghostty,
golink,
home-manager,
i3utils,
@@ -50,12 +43,9 @@
inherit system;
config.allowUnfree = true;
overlays = [
golink.overlay
golink.overlays.default
nixgl.overlay
zig.overlays.default
(final: prev: {
ghostty = ghostty.packages.${system}.default;
})
];
config.permittedInsecurePackages = [
"electron-25.9.0"