alejandra
This commit is contained in:
parent
87f1cd43f5
commit
a4ee553729
|
@ -16,7 +16,7 @@
|
||||||
Z.Z = ":wq";
|
Z.Z = ":wq";
|
||||||
Z.Q = ":q!";
|
Z.Q = ":q!";
|
||||||
space.space = "file_picker";
|
space.space = "file_picker";
|
||||||
esc = [ "collapse_selection" "keep_primary_selection" ];
|
esc = ["collapse_selection" "keep_primary_selection"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"steam-original"
|
"steam-original"
|
||||||
|
|
Loading…
Reference in a new issue