138 current 2025-06-10 21:35:08 25.05.20250606.70c74b0 6.15.1 *
try to fix firefox file issue move xdg settings to desktop 139 current 2025-06-10 21:43:16 25.05.20250606.70c74b0 6.15.1 * try to fix firefox file issue 140 current 2025-06-10 21:49:03 25.05.20250606.70c74b0 6.15.1 * try to fix firefox file issue 141 current 2025-06-10 21:56:16 25.05.20250606.70c74b0 6.15.1 * try to fix firefox file issue 142 current 2025-06-10 22:19:15 25.05.20250606.70c74b0 6.15.1 *
This commit is contained in:
@ -87,6 +87,11 @@
|
|||||||
intel-one-mono
|
intel-one-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# This improves touchscreen support and enables additional touchpad gestures. It also enables smooth scrolling as opposed to the stepped scrolling that Firefox has by default
|
||||||
|
environment.sessionVariables = {
|
||||||
|
MOZ_USE_XINPUT2 = "1";
|
||||||
|
};
|
||||||
|
|
||||||
# create system-wide executables firefox and chromium
|
# create system-wide executables firefox and chromium
|
||||||
# that will wrap the real binaries so everything work out of the box.
|
# that will wrap the real binaries so everything work out of the box.
|
||||||
# enable firejail
|
# enable firejail
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
gnupg
|
gnupg
|
||||||
openssl
|
openssl
|
||||||
kdePackages.kleopatra
|
kdePackages.kleopatra
|
||||||
xdg-desktop-portal
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
xdg-desktop-portal-gnome
|
|
||||||
|
|
||||||
# cli tools
|
# cli tools
|
||||||
jq
|
jq
|
||||||
@ -88,7 +85,9 @@
|
|||||||
java.enable = true;
|
java.enable = true;
|
||||||
|
|
||||||
# programs
|
# programs
|
||||||
firefox.enable = true;
|
firefox = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user