fix: syntax error

This commit is contained in:
ryan4yin
2023-05-07 00:10:15 +08:00
parent bb47747529
commit 99e12fde04
5 changed files with 45 additions and 18 deletions
+2 -3
View File
@@ -8,7 +8,7 @@
firefox-wayland
];
programs = {
programs =
let commandLineArgs = [ "--enable-wayland-ime" "--ozone-platform=wayland" ];
in {
chromium = {
@@ -20,5 +20,4 @@
inherit commandLineArgs;
};
};
};
}
}
+1 -2
View File
@@ -120,7 +120,6 @@
jq.enable = true; # A lightweight and flexible command-line JSON processor
ssh.enable = true;
aria2.enable = true;
adb.enable = true;
skim = {
enable = true;
@@ -144,4 +143,4 @@
# auto mount usb drives
udiskie.enable = true;
};
}
}
+2 -11
View File
@@ -1,4 +1,4 @@
{config, ...}: let
{config, pkgs, ...}: let
browser = ["firefox.desktop"];
# XDG MIME types
@@ -44,14 +44,5 @@ in {
};
};
# https://github.com/flatpak/xdg-desktop-portal
# enable wayland wlroots support
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
}
}