diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-21 13:13:13 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-21 13:13:13 +0200 |
commit | 60d5c33403ec21d5028afd54f09e34b906f55631 (patch) | |
tree | fd5867dce030d56829d5d91adaa4e7e3911ef0ab /accounts/gkleen@sif/default.nix | |
parent | 88d6f7b7578cd7fd21803ad17d1c6520148d290c (diff) | |
download | nixos-60d5c33403ec21d5028afd54f09e34b906f55631.tar nixos-60d5c33403ec21d5028afd54f09e34b906f55631.tar.gz nixos-60d5c33403ec21d5028afd54f09e34b906f55631.tar.bz2 nixos-60d5c33403ec21d5028afd54f09e34b906f55631.tar.xz nixos-60d5c33403ec21d5028afd54f09e34b906f55631.zip |
gkleen@sif: wrap zulip
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 e9671ecb..ebd081bc 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -53,6 +53,12 @@ let | |||
53 | wrapProgram $out/bin/google-chrome \ | 53 | wrapProgram $out/bin/google-chrome \ |
54 | --add-flags '--force-device-scale-factor=1.6' | 54 | --add-flags '--force-device-scale-factor=1.6' |
55 | ''; | 55 | ''; |
56 | wrappedZulip = pkgs.runCommand "${pkgs.zulip.name}-wrapped" { buildInputs = with pkgs; [ makeWrapper ]; } '' | ||
57 | mkdir -p "$out/bin" | ||
58 | install -m 0755 ${pkgs.zulip}/bin/zulip $out/bin/zulip | ||
59 | wrapProgram $out/bin/zulip \ | ||
60 | --add-flags '--force-device-scale-factor=1.6' | ||
61 | ''; | ||
56 | in { | 62 | in { |
57 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 63 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
58 | mpv | 64 | mpv |
@@ -212,7 +218,7 @@ in { | |||
212 | youtube-dl sxiv xclip mumble pulseaudio-ctl libnotify synergy | 218 | youtube-dl sxiv xclip mumble pulseaudio-ctl libnotify synergy |
213 | xorg.xbacklight screen-message pidgin-with-plugins | 219 | xorg.xbacklight screen-message pidgin-with-plugins |
214 | google-play-music-desktop-player qt5ct playerctl evince | 220 | google-play-music-desktop-player qt5ct playerctl evince |
215 | thunderbird zulip zoom-us steam steam-run wireshark skype | 221 | thunderbird wrappedZulip zoom-us steam steam-run wireshark skype |
216 | virt-manager rclone cached-nix-shell xournal discord xmonad | 222 | virt-manager rclone cached-nix-shell xournal discord xmonad |
217 | worktime fira-code-symbols emacsclientDesktopItem libreoffice | 223 | worktime fira-code-symbols emacsclientDesktopItem libreoffice |
218 | xournalpp wrappedChrome | 224 | xournalpp wrappedChrome |