mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 18:59:47 +01:00
gnome-terminal: add to packages
This commit is contained in:
parent
4efbf0e090
commit
a617aeaa73
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
home.packages = [ pkgs.gnome3.gnome_terminal ];
|
||||||
|
|
||||||
home.activation.gnome-terminal =
|
home.activation.gnome-terminal =
|
||||||
let
|
let
|
||||||
sf = pkgs.writeText "gnome-terminal.ini" (toINI (buildIniSet cfg));
|
sf = pkgs.writeText "gnome-terminal.ini" (toINI (buildIniSet cfg));
|
||||||
|
|
Loading…
Reference in a new issue