formatting
This commit is contained in:
parent
57ebbae76e
commit
efaa629254
3 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.nixneovim = {
|
||||
enable = true;
|
||||
extraLuaPreConfig = ''
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{...}: {
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue