From 159ac36a11a3b5ce309e78d4dde6de8ec898ac85 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 8 Jun 2023 12:14:52 +0800 Subject: [PATCH] config: add NUR home-manager module for user config --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 26a5763a..8018c502 100644 --- a/flake.nix +++ b/flake.nix @@ -245,6 +245,8 @@ # configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid # setting nixpkgs-related options here. userSharedConfig = { pkgs, config, ... }: { + imports = [ inputs.nur.hmModules.nur ]; + # Hardcoding this is not really great especially if you consider using # other locales but its default values are already hardcoded so what # the hell. For other users, they would have to do set these manually.