mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.me.home.file.".zshrc".text = "# nothing to see here\n";
|
||||
{ config, pkgs, ... }: {
|
||||
home-manager.users.me.home.file.".zshrc".text = ''
|
||||
# nothing to see here
|
||||
'';
|
||||
|
||||
programs.zsh =
|
||||
let
|
||||
programs.zsh = let
|
||||
zsh-completions = pkgs.fetchFromGitHub {
|
||||
owner = "zsh-users";
|
||||
repo = "zsh-completions";
|
||||
|
||||
Reference in New Issue
Block a user