feat: switch to blueberry for cleaner UI

This commit is contained in:
matt1432 2023-07-02 21:03:44 -04:00
parent 633bec1b71
commit b8120a6fef
8 changed files with 126 additions and 6 deletions

View file

@ -6,8 +6,6 @@
powerOnBoot = true;
};
services.blueman.enable = true;
services.udev.extraRules = ''
# give permanent path to keyboard XF86* binds
SUBSYSTEMS=="input", ATTRS{id/product}=="0006", ATTRS{id/vendor}=="0000", SYMLINK += "video-bus"

View file

@ -43,7 +43,13 @@
};
};
xdg.portal.enable = true;
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
};
programs = {