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