From 5ba33739e74d92316e4fb1152c2cc455014339e0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 7 May 2024 18:57:39 +0200 Subject: [PATCH] Small formatting improvement --- modules/home/kitty.nix | 2 +- modules/home/shell/enhancement.nix | 2 +- modules/home/vscode.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index ba0fb80..73f7b76 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -22,7 +22,7 @@ dark = "Default"; light = "GitHub Light"; } - ."${config.myConfig.de.theme}"; + .${config.myConfig.de.theme}; }; }; } diff --git a/modules/home/shell/enhancement.nix b/modules/home/shell/enhancement.nix index a1d15a2..f595826 100644 --- a/modules/home/shell/enhancement.nix +++ b/modules/home/shell/enhancement.nix @@ -38,7 +38,7 @@ dark = ""; light = "GitHub"; } - ."${config.myConfig.de.theme}"; + .${config.myConfig.de.theme}; in {cat = "${lib.getExe pkgs.bat} --plain --theme=${theme}";}; in lib.mkMerge [ diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index 0c3e87b..450c83e 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -32,7 +32,7 @@ dark = "GitHub Dark"; light = "GitHub Light"; } - ."${config.myConfig.de.theme}"; + .${config.myConfig.de.theme}; "workbench.iconTheme" = "material-icon-theme"; "editor.fontFamily" = "JetBrainsMono Nerd Font"; "explorer.confirmDelete" = false;