mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00: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 {
|
||||
home.packages = [ pkgs.gnome3.gnome_terminal ];
|
||||
|
||||
home.activation.gnome-terminal =
|
||||
home.activation.gnomeTerminal =
|
||||
let
|
||||
sf = pkgs.writeText "gnome-terminal.ini" (toINI (buildIniSet cfg));
|
||||
dconfPath = "/org/gnome/terminal/legacy/";
|
||||
|
|
Loading…
Reference in a new issue