feat: misc programs
feat: switch to dbus-broker
This commit is contained in:
parent
c4f2de629f
commit
51fad81bdc
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
zotero
|
zotero
|
||||||
timer
|
timer
|
||||||
orca-slicer
|
orca-slicer
|
||||||
|
hexyl
|
||||||
|
gh
|
||||||
|
|
||||||
via
|
via
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue