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