misc changes
This commit is contained in:
parent
f14fa1e478
commit
60a5a9958c
3 changed files with 3 additions and 3 deletions
|
@ -68,6 +68,8 @@
|
||||||
]) ++
|
]) ++
|
||||||
[
|
[
|
||||||
swayosd
|
swayosd
|
||||||
|
qt5.qtwayland
|
||||||
|
qt6.qtwayland
|
||||||
httrack
|
httrack
|
||||||
lisgd
|
lisgd
|
||||||
zeal
|
zeal
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
|
||||||
|
# https://www.reddit.com/r/NixOS/comments/z7i83r/fingertip_tip_start_fprintd_at_boot_for_a_quick/
|
||||||
systemd.services.fprintd = {
|
systemd.services.fprintd = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig.Type = "simple";
|
serviceConfig.Type = "simple";
|
||||||
|
|
|
@ -20,9 +20,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.extraPortals = [
|
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
|
||||||
];
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
waydroid.enable = true;
|
waydroid.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue