diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a318a8ee..0d36478c 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -47,6 +47,12 @@ let | |||
| 47 | --prefix PATH : ${pkgs.pulseaudio}/bin | 47 | --prefix PATH : ${pkgs.pulseaudio}/bin |
| 48 | ''; | 48 | ''; |
| 49 | }; | 49 | }; |
| 50 | wrappedChrome = pkgs.runCommand "${pkgs.google-chrome.name}-wrapped" {} '' | ||
| 51 | mkdir -p "$out/bin" | ||
| 52 | install -m 0755 ${pkgs.google-chrome}/bin/google-chrome-stable $out/bin/google-chrome | ||
| 53 | wrapProgram $out/bin/google-chrome \ | ||
| 54 | --add-flags '--force-device-scale-factor=1.6' | ||
| 55 | ''; | ||
| 50 | in { | 56 | in { |
| 51 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 57 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
| 52 | mpv | 58 | mpv |
| @@ -208,7 +214,7 @@ in { | |||
| 208 | thunderbird zulip zoom-us steam steam-run wireshark skype | 214 | thunderbird zulip zoom-us steam steam-run wireshark skype |
| 209 | virt-manager rclone cached-nix-shell xournal discord xmonad | 215 | virt-manager rclone cached-nix-shell xournal discord xmonad |
| 210 | worktime fira-code-symbols emacsclientDesktopItem libreoffice | 216 | worktime fira-code-symbols emacsclientDesktopItem libreoffice |
| 211 | xournalpp | 217 | xournalpp wrappedChrome |
| 212 | ]; | 218 | ]; |
| 213 | 219 | ||
| 214 | file = { | 220 | file = { |
