diff --git a/index.html b/index.html index 4b48aa20d..99d42a2c5 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
@@ -295,7 +295,7 @@ error: build of ‘/nix/store/b37x3s7pzxbasfqhaca5dqbf3pjjw0ip-user-environment. imports = [ ./common.nix ]; # Various options that are specific for this machine/user. -}
while the common.nix
file contains configuration shared across the two logins. Of course, instead of just a single common.nix
file you can have multiple ones, even one per program or service.
You can get some inspiration from the Post your home-manager home.nix file! Reddit thread.
You are most likely trying to configure the GTK or Gnome Terminal but the DBus session is not aware of the dconf service. The full error you might get is
error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files
The solution on NixOS is to add
services.dbus.packages = with pkgs; [ gnome.dconf ];
to your system configuration.
If you are using a stable version of Nixpkgs but would like to install some particular packages from Nixpkgs unstable – or some other channel – then you can import the unstable Nixpkgs and refer to its packages within your configuration. Something like
{ pkgs, config, ... }: +}
while the common.nix
file contains configuration shared across the two logins. Of course, instead of just a single common.nix
file you can have multiple ones, even one per program or service.
You can get some inspiration from the Post your home-manager home.nix file! Reddit thread.
You are most likely trying to configure the GTK or Gnome Terminal but the DBus session is not aware of the dconf service. The full error you might get is
error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files
The solution on NixOS is to add
programs.dconf.enable = true;
to your system configuration.
If you are using a stable version of Nixpkgs but would like to install some particular packages from Nixpkgs unstable – or some other channel – then you can import the unstable Nixpkgs and refer to its packages within your configuration. Something like
{ pkgs, config, ... }: let diff --git a/options.html b/options.html index 13567dcf6..cf31e70db 100644 --- a/options.html +++ b/options.html @@ -9702,10 +9702,9 @@ desired.
services.easyeffects.enable
Whether to enable Easyeffects daemon. Note, it is necessary to add
-services.dbus.packages = with pkgs; [ gnome.dconf ]; +programs.dconf.enable = true;
-to your system configuration for the daemon to work correctly -.
Type: boolean
Default:
+to your system configuration for the daemon to work correctly.
Type: boolean
Default:
false
Example:
true
@@ -11147,7 +11146,12 @@ click-right=pavucontrol &
true
Declared by:
<home-manager/modules/services/poweralertd.nix>
- |
services.pulseeffects.enable
Whether to enable Pulseeffects daemon.
Type: boolean
Default:
+
services.pulseeffects.enable
Whether to enable Pulseeffects daemon +Note, it is necessary to add +
+programs.dconf.enable = true; +
+to your system configuration for the daemon to work correctly.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
true
diff --git a/tools.html b/tools.html
index 1d6d68527..b7e833e72 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -259,15 +259,15 @@
attrPath
--verbose