mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
zsh: add final newline to dummy .zshrc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ 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 =
|
programs.zsh =
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user