summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix8
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 '';
56in { 62in {
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