From b491c6775596e1fce6af342151584daf5b5c0812 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 08:54:00 -0400 Subject: [PATCH] example: add stylix and fonts modules --- example/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/configuration.nix b/example/configuration.nix index 3ede9461..10e580c9 100644 --- a/example/configuration.nix +++ b/example/configuration.nix @@ -11,9 +11,11 @@ let in { imports = with nix-config.nixosModules; [ - system - shell desktop + fonts + shell + stylix + system ]; home-manager.sharedModules =