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,5 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./suyu
|
./suyu
|
||||||
./steam
|
./steam
|
||||||
./norisk
|
./norisk
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
...
|
builtins.elem (lib.getName pkg) [
|
||||||
}: {
|
"steam-original"
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
"steam"
|
||||||
builtins.elem (lib.getName pkg) [
|
"steam-run"
|
||||||
"steam-original"
|
];
|
||||||
"steam"
|
programs.steam.enable = true;
|
||||||
"steam-run"
|
services.joycond.enable = true;
|
||||||
];
|
|
||||||
programs.steam.enable = true;
|
|
||||||
services.joycond.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue