From de7855ade5fcad9a18c1fb1d269a8a3c560fbe63 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 14 Jun 2024 17:41:58 +0200 Subject: [PATCH] Improve formatting --- hosts/inspiron/default.nix | 2 +- hosts/north/default.nix | 2 +- modules/home/shell/p10k/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/inspiron/default.nix b/hosts/inspiron/default.nix index 3bdd983..f837940 100644 --- a/hosts/inspiron/default.nix +++ b/hosts/inspiron/default.nix @@ -28,7 +28,7 @@ printing.enable = true; syncthing.enable = true; nix-helper.enable = true; - auto-gc.enable = true; + auto-gc.enable = true; night-light.enable = true; }; diff --git a/hosts/north/default.nix b/hosts/north/default.nix index 6a47d97..16df757 100644 --- a/hosts/north/default.nix +++ b/hosts/north/default.nix @@ -24,7 +24,7 @@ printing.enable = true; syncthing.enable = true; nix-helper.enable = true; - auto-gc.enable = true; + auto-gc.enable = true; night-light.enable = true; }; diff --git a/modules/home/shell/p10k/default.nix b/modules/home/shell/p10k/default.nix index 5172452..3141c6d 100644 --- a/modules/home/shell/p10k/default.nix +++ b/modules/home/shell/p10k/default.nix @@ -19,7 +19,7 @@ file = "p10k.zsh"; } ]; - + initExtraFirst = '' (( ''${+commands[direnv]} )) && emulate zsh -c "$(direnv export zsh)"