diff options
| -rw-r--r-- | sif.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -406,6 +406,10 @@ | |||
| 406 | SystemMaxUse=100M | 406 | SystemMaxUse=100M |
| 407 | ''; | 407 | ''; |
| 408 | 408 | ||
| 409 | services.dbus.packages = with pkgs; | ||
| 410 | [ dbus gnome3.dconf | ||
| 411 | ]; | ||
| 412 | |||
| 409 | system.stateVersion = "20.03"; # Did you read the comment? | 413 | system.stateVersion = "20.03"; # Did you read the comment? |
| 410 | } | 414 | } |
| 411 | 415 | ||
