Skip to content

Commit 37e63c0

Browse files
committed
Various fixes
1 parent 8ef3a38 commit 37e63c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiles/work/home.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"model/gltf+json" "model/vnd.collada+xml+zip"];
137137
})}/share/applications $out/share'';
138138
}))
139-
(pkgs.writeShellScriptBin "curax" ''env QT_QPA_PLATFORM=xcb ${pkgs-stable.cura}/bin/cura'')
139+
(pkgs.writeShellScriptBin "curax" ''env QT_QPA_PLATFORM=xcb ${pkgs-stable.cura}/bin/cura $@'')
140140
(pkgs-stable.curaengine_stable)
141141
openscad
142142
(stdenv.mkDerivation {
@@ -177,6 +177,7 @@
177177
tenacity
178178

179179
# Various dev packages
180+
remmina
180181
sshfs
181182
texinfo
182183
libffi zlib

user/app/browser/qutebrowser.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ base0F = "#''+config.lib.stylix.colors.base0F+''"
139139
config.set('content.cookies.accept', 'no-3rdparty', 'chrome-devtools://*')
140140
config.set('content.cookies.accept', 'no-3rdparty', 'devtools://*')
141141
142-
config.set('content.headers.user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36')
143142
config.set('content.headers.user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'https://accounts.google.com/*')
144143
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36', 'https://*.slack.com/*')
145144

0 commit comments

Comments
 (0)