From 3aa7fa77286323648d898898208b4269bc381aec Mon Sep 17 00:00:00 2001 From: Andrej Benz Date: Sun, 4 Aug 2024 10:16:58 +0200 Subject: [PATCH] nix: remove style.default.css from homemanager --- nix/hm-module.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 8d9e15f..bf3b7b7 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -28,11 +28,6 @@ in { default = builtins.fromJSON (builtins.readFile ../config/config.default.json); description = "Configuration"; }; - style = mkOption { - type = types.str; - default = builtins.readFile ../ui/themes/style.default.css; - description = "Theming"; - }; }; };