mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
gnome-terminal: rename activation command
This commit is contained in:
parent
deaa6d3dd4
commit
10031e16bf
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ pkgs.gnome3.gnome_terminal ];
|
home.packages = [ pkgs.gnome3.gnome_terminal ];
|
||||||
|
|
||||||
home.activation.gnome-terminal =
|
home.activation.gnomeTerminal =
|
||||||
let
|
let
|
||||||
sf = pkgs.writeText "gnome-terminal.ini" (toINI (buildIniSet cfg));
|
sf = pkgs.writeText "gnome-terminal.ini" (toINI (buildIniSet cfg));
|
||||||
dconfPath = "/org/gnome/terminal/legacy/";
|
dconfPath = "/org/gnome/terminal/legacy/";
|
||||||
|
|
Loading…
Reference in a new issue