aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 819afdd45b0..b0cdb0bdc66 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1560,6 +1560,14 @@ in
A new module is available: 'services.clipmenu'
'';
}
+
+ {
+ time = "2020-06-12T07:08:09+00:00";
+ condition = config.programs.bash.enable;
+ message = ''
+ A new module is available: 'programs.powerline-go'
+ '';
+ }
];
};
}