Skip to content

Commit ed1b61d

Browse files
committed
framework: dirty hack for citrix
1 parent d1bbb77 commit ed1b61d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

hosts/framework/home/default.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@
4242
# fonts
4343
font-awesome
4444
nerd-fonts.dejavu-sans-mono
45-
pkgs-citrix-workspace.citrix_workspace
45+
(writeShellApplication {
46+
name = "wfica";
47+
runtimeInputs = [
48+
pkgs-citrix-workspace.citrix_workspace
49+
];
50+
text = ''
51+
sed -i 's/TWIMode=On/TWIMode=Off/' "$1"
52+
wfica "$1"
53+
'';
54+
})
4655
];
4756

4857
systemd.user.startServices = true;

0 commit comments

Comments
 (0)