feat: misc programs
feat: switch to dbus-broker
This commit is contained in:
parent
c4f2de629f
commit
51fad81bdc
|
@ -5,7 +5,10 @@
|
|||
...
|
||||
}:
|
||||
lib.optionalAttrs (!minimal) {
|
||||
services.dbus.enable = true;
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
implementation = "broker";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
wdisplays
|
||||
wl-clipboard
|
||||
|
|
|
@ -26,6 +26,7 @@ let
|
|||
);
|
||||
in
|
||||
{
|
||||
programs.gitui.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
difftastic.enable = true;
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
zotero
|
||||
timer
|
||||
orca-slicer
|
||||
hexyl
|
||||
gh
|
||||
|
||||
via
|
||||
|
||||
|
|
Loading…
Reference in a new issue