We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bbb77 commit 021b61cCopy full SHA for 021b61c
hosts/framework/home/default.nix
@@ -42,7 +42,16 @@
42
# fonts
43
font-awesome
44
nerd-fonts.dejavu-sans-mono
45
- pkgs-citrix-workspace.citrix_workspace
+ (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
+ nohup wfica "$1" >/dev/null 2>&1 &
53
+ '';
54
+ })
55
];
56
57
systemd.user.startServices = true;
0 commit comments