tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
openssl-1.1.1w
quilling.dev
7 months ago
7ba9fa89
6f38752a
+6
2 changed files
expand all
collapse all
unified
split
modules
nixos
by-category
fhs.nix
nixcfg.nix
+3
modules/nixos/by-category/fhs.nix
···
42
42
nss
43
43
stdenv.cc.cc # Godot + Blender
44
44
openssl
45
45
+
openssl_1_1
46
46
+
webkitgtk
47
47
+
glib-networking
45
48
util-linux
46
49
zlib # screeps
47
50
zstd
+3
modules/nixos/nixcfg.nix
···
43
43
# allowBroken = true;
44
44
allowUnfree = true;
45
45
# allowUnsupportedSystem = true;
46
46
+
permittedInsecurePackages = [
47
47
+
"openssl-1.1.1w"
48
48
+
];
46
49
};
47
50
# You can add overlays here
48
51
overlays = [