feat: switch to blueberry for cleaner UI
This commit is contained in:
parent
633bec1b71
commit
b8120a6fef
8 changed files with 126 additions and 6 deletions
nixos/cfg
|
@ -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"
|
||||
|
|
|
@ -43,7 +43,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue