config: add NUR home-manager module for user config

This commit is contained in:
Gabriel Arazas 2023-06-08 12:14:52 +08:00
parent e48fc588ef
commit 159ac36a11
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -245,6 +245,8 @@
# configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid # configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid
# setting nixpkgs-related options here. # setting nixpkgs-related options here.
userSharedConfig = { pkgs, config, ... }: { userSharedConfig = { pkgs, config, ... }: {
imports = [ inputs.nur.hmModules.nur ];
# Hardcoding this is not really great especially if you consider using # Hardcoding this is not really great especially if you consider using
# other locales but its default values are already hardcoded so what # other locales but its default values are already hardcoded so what
# the hell. For other users, they would have to do set these manually. # the hell. For other users, they would have to do set these manually.