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) {
services.dbus.enable = true;
services.dbus = {
enable = true;
implementation = "broker";
};
environment.systemPackages = with pkgs; [
wdisplays
wl-clipboard

View file

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

View file

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