From eb6155cae53bd55ee4dd8b70787fa7c5941dee8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 18 Apr 2020 12:02:27 +0100 Subject: [PATCH] always show news --- nixos/home-other-os.nix | 1 + nixos/home.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index 257653f9..fb7c9aea 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -18,6 +18,7 @@ in PASSWORD_STORE_ENABLE_EXTENSIONS="true"; }; + news.display = "show"; targets.genericLinux.enable = true; home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3; diff --git a/nixos/home.nix b/nixos/home.nix index 2d23a512..f5d7651a 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -20,6 +20,8 @@ in PASSWORD_STORE_ENABLE_EXTENSIONS="true"; }; + news.display = "show"; + imports = [ ./programs/tmux.nix ./programs/zsh.nix