formatting

This commit is contained in:
Adithya 2023-05-27 21:11:38 +05:30
parent 57ebbae76e
commit efaa629254
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
programs.nixneovim = {
enable = true;
extraLuaPreConfig = ''

View file

@ -1,4 +1,4 @@
{ ... }: {
{...}: {
programs.starship = {
enable = true;
settings = {

View file

@ -1,4 +1,4 @@
{ ... }: {
{...}: {
programs = {
zsh = {
enable = true;