summaryrefslogtreecommitdiff
path: root/common/desktop.nix
diff options
context:
space:
mode:
authorstuebinm2023-11-30 22:21:22 +0100
committerstuebinm2023-11-30 22:21:22 +0100
commitd62e8cb43dd012187f4cdba5b106ce53016355da (patch)
tree5a02da21a667c187b34a11d8a395dfaa62996ac9 /common/desktop.nix
parent5a60b2cc554cae28bd85f22dfd6b90f1c67f45ba (diff)
jump to nixos 23.11
Diffstat (limited to 'common/desktop.nix')
-rw-r--r--common/desktop.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index 37c299f..d59b4d8 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -5,9 +5,9 @@
./common.nix
];
- nix.extraOptions = ''
- plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so
- '';
+ # nix.extraOptions = ''
+ # plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so
+ # '';
# Enable CUPS to print documents.
services.printing = {
@@ -77,11 +77,12 @@
#boot.kernelParams = [ "console=tty1" ];
hardware.opengl.enable = true;
- fonts.enableDefaultFonts = true;
+ fonts.enableDefaultPackages = true;
programs.xwayland.enable = false;
programs.wireshark.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
xdg.portal.enable = true;
+ xdg.portal.config.common.default = "*";
services.flatpak.enable = true;
# Enable sound.