From 571c1027cb24451992227ca4117e30ee06fe9e4d Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 11 May 2025 18:29:38 +0200 Subject: [PATCH] Make sure to import theming.nix in the home/linux module --- nix/home/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/linux.nix b/nix/home/linux.nix index dad2a2e..5dbc2fd 100644 --- a/nix/home/linux.nix +++ b/nix/home/linux.nix @@ -25,6 +25,7 @@ let in { imports = [ + ./common/theming.nix ./common/firefox.nix ];