From d53b3e87034d58bff2d3ff510bd442355584949a Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 15 Feb 2024 18:12:45 +0900 Subject: [PATCH] cleanup --- stylix/green/default.nix | 2 -- stylix/sakura-day/default.nix | 2 -- stylix/sakura-night/default.nix | 2 -- 3 files changed, 6 deletions(-) diff --git a/stylix/green/default.nix b/stylix/green/default.nix index 2878ee0d..b01cd329 100644 --- a/stylix/green/default.nix +++ b/stylix/green/default.nix @@ -6,6 +6,4 @@ base16Scheme = ./everforest-dark-hard.yaml; autoEnable = true; }; - - } \ No newline at end of file diff --git a/stylix/sakura-day/default.nix b/stylix/sakura-day/default.nix index 9ac4085a..f31ecacb 100644 --- a/stylix/sakura-day/default.nix +++ b/stylix/sakura-day/default.nix @@ -5,6 +5,4 @@ base16Scheme = ./sakura.yaml; autoEnable = true; }; - - } \ No newline at end of file diff --git a/stylix/sakura-night/default.nix b/stylix/sakura-night/default.nix index 7aa0bb15..aa5dc127 100644 --- a/stylix/sakura-night/default.nix +++ b/stylix/sakura-night/default.nix @@ -6,6 +6,4 @@ polarity = "dark"; autoEnable = true; }; - - }