summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-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 4d116820..f5bc1bd5 100644
--- a/users/gkleen@hel.nix
+++ b/users/gkleen@hel.nix
@@ -5,8 +5,6 @@
5 paths = [ pkgs.chromium ]; 5 paths = [ pkgs.chromium ];
6 buildInputs = [ pkgs.makeWrapper ]; 6 buildInputs = [ pkgs.makeWrapper ];
7 postBuild = '' 7 postBuild = ''
8 mkdir -p $out
9 cp -a $src/. $out/
10 wrapProgram $out/bin/chromium \ 8 wrapProgram $out/bin/chromium \
11 --add-flags --force-device-scale-factor=1.6 9 --add-flags --force-device-scale-factor=1.6
12 ''; 10 '';