mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
zsh: add final newline to dummy .zshrc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.me.home.file.".zshrc".text = "# nothing to see here";
|
||||
home-manager.users.me.home.file.".zshrc".text = "# nothing to see here\n";
|
||||
|
||||
programs.zsh =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user