summaryrefslogtreecommitdiff
path: root/users/gkleen@hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/gkleen@hel.nix')
-rw-r--r--users/gkleen@hel.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix
index ce0fe4f1..ed642e36 100644
--- a/users/gkleen@hel.nix
+++ b/users/gkleen@hel.nix
@@ -7,8 +7,6 @@
7 installPhase = '' 7 installPhase = ''
8 mkdir -p $out 8 mkdir -p $out
9 cp -a $src/. $out/ 9 cp -a $src/. $out/
10 '';
11 postInstall = ''
12 wrapProgram $out/bin/chromium \ 10 wrapProgram $out/bin/chromium \
13 --add-flags --force-device-scale-factor=1.6 11 --add-flags --force-device-scale-factor=1.6
14 ''; 12 '';