From cb9b414682a154d705ed2ca1c310e0573e84f013 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 27 Mar 2024 19:43:27 +0000 Subject: [PATCH] Add the missing import to the style module --- users/mary/style.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/mary/style.nix b/users/mary/style.nix index e011ce8..0e5c523 100644 --- a/users/mary/style.nix +++ b/users/mary/style.nix @@ -13,8 +13,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -{ pkgs, lib, ...}: +{ pkgs, lib, inputs, ...}: { + imports = [ + inputs.stylix.nixosModules.stylix + ]; + stylix.image = lib.mkForce ./wallpaper.jpg; stylix.polarity = "light"; stylix.fonts = {