Make sure to import theming.nix in the home/linux module

This commit is contained in:
Martin Larsson 2025-05-11 18:29:38 +02:00
parent c4d7f5d082
commit 571c1027cb

View file

@ -25,6 +25,7 @@ let
in in
{ {
imports = [ imports = [
./common/theming.nix
./common/firefox.nix ./common/firefox.nix
]; ];