feat: Misc changes to firefox
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
@import url(${pkgs.csshacks}/chrome/toolbars_below_content.css);
|
||||
@import url(${pkgs.csshacks}/chrome/scrollable_menupopups.css);
|
||||
@import url(${pkgs.csshacks}/chrome/linux_gtk_window_control_patch.css);
|
||||
@import url(${pkgs.csshacks}/chrome/window_control_placeholder_support.css);
|
||||
'';
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
privacy-badger
|
||||
|
||||
@@ -29,6 +29,7 @@ lib.attrsets.optionalAttrs device.hasGui {
|
||||
neovide
|
||||
]
|
||||
++ lib.optionals device.isLinux [
|
||||
slack
|
||||
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})
|
||||
via
|
||||
webcord-vencord
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||
@@ -23,6 +24,7 @@
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
hardware.opengl.extraPackages = [pkgs.intel-compute-runtime];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
users.extraUsers.servius.extraGroups = ["libvirtd"];
|
||||
|
||||
Reference in New Issue
Block a user