mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
config: add NUR home-manager module for user config
This commit is contained in:
parent
e48fc588ef
commit
159ac36a11
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user