feat: misc programs

feat: switch to dbus-broker
This commit is contained in:
Patrick 2024-10-26 18:56:45 +02:00
parent c4f2de629f
commit 51fad81bdc
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 7 additions and 1 deletions

View file

@ -5,7 +5,10 @@
... ...
}: }:
lib.optionalAttrs (!minimal) { lib.optionalAttrs (!minimal) {
services.dbus.enable = true; services.dbus = {
enable = true;
implementation = "broker";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wdisplays wdisplays
wl-clipboard wl-clipboard

View file

@ -26,6 +26,7 @@ let
); );
in in
{ {
programs.gitui.enable = true;
programs.git = { programs.git = {
enable = true; enable = true;
difftastic.enable = true; difftastic.enable = true;

View file

@ -22,6 +22,8 @@
zotero zotero
timer timer
orca-slicer orca-slicer
hexyl
gh
via via