This commit is contained in:
Adithya 2023-10-16 22:05:06 +05:30
parent ff9d58cdd2
commit 6fad9e5d91
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ _: {
enable = true; enable = true;
keyboards = { keyboards = {
builtin = { builtin = {
ids = [ "0001:0001" ]; ids = ["0001:0001"];
settings = { settings = {
main = { main = {
pageup = "noop"; pageup = "noop";

View file

@ -12,7 +12,7 @@
jq, jq,
curl, curl,
ytfzf, ytfzf,
libsecret libsecret,
}: }:
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "scripts"; pname = "scripts";