summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-15 17:34:06 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-15 17:34:06 +0100
commitb47de554fb01b478b09d9d65b5eac4b05fd903fc (patch)
treee86292692aa11ea2203501ff9afe212058574e42 /test/data
parent3611dd6a83bf3782bd61f413ada809b87fa599da (diff)
downloadbrowser-extension-b47de554fb01b478b09d9d65b5eac4b05fd903fc.tar.gz
browser-extension-b47de554fb01b478b09d9d65b5eac4b05fd903fc.zip
give certain scrollbars static background color, make scrollbars' look less browser-dependent
Diffstat (limited to 'test/data')
0 files changed, 0 insertions, 0 deletions
h-extension' and test it. Ludovic Courtès 2023-01-09home: environment-variables: Fix escaping....* gnu/home/services.scm (environment-variable-shell-definitions): Fix escaping. * tests/guix-home.sh: Add STRING_WITH_ESCAPES environment variable and test its value. Reported-by: elevnkb Andrew Tropin 2023-01-09home: environment-variables: Return support for file-likes and gexps....* gnu/home/services.scm (environment-variable-shell-definitions): Add support for file-likes and gexps. * tests/guix-home.sh: Add SHELL environment variable and test its value. Add BUILDHOSTTIME environment variable. Andrew Tropin 2023-01-05home: shells: Do not escape backslashes in single-quoted strings....This is a followup to 73684dc90e013f2f0cca1097b0c944bb9aa88709. * gnu/home/services.scm (environment-variable-shell-definitions) [shell-single-quote]: Remove #\\ from the escape list. Ludovic Courtès 2023-01-05home: services: environment-variables: Add support for literal strings....* gnu/home/services.scm (<literal-string>): New record type. (environment-variable-shell-definitions): Split 'shell-quote' into 'quote-string' and 'shell-double-quote'. Add 'shell-single-quote'. Add clause for 'literal-string' records. * tests/guix-home.sh: Test it. * doc/guix.texi (Essential Home Services): Document it. Ludovic Courtès 2023-01-03guix: Fix typos....* gnu/home/services.scm (home-files-service-type): Fix typo. (home-xdg-configuration-files-service-type): Likewise. (home-xdg-data-files-service-type): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jman