misc changes

This commit is contained in:
matt1432 2023-06-20 21:24:07 +02:00
parent f14fa1e478
commit 60a5a9958c
3 changed files with 3 additions and 3 deletions

View file

@ -68,6 +68,8 @@
]) ++
[
swayosd
qt5.qtwayland
qt6.qtwayland
httrack
lisgd
zeal

View file

@ -3,6 +3,7 @@
{
services.fprintd.enable = true;
# https://www.reddit.com/r/NixOS/comments/z7i83r/fingertip_tip_start_fprintd_at_boot_for_a_quick/
systemd.services.fprintd = {
wantedBy = [ "multi-user.target" ];
serviceConfig.Type = "simple";

View file

@ -20,9 +20,6 @@
};
xdg.portal.enable = true;
xdg.portal.extraPortals = [
pkgs.xdg-desktop-portal-hyprland
];
virtualisation = {
waydroid.enable = true;