mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
config: update home-manager configs for non-NixOS systems
This commit is contained in:
parent
3a933db84d
commit
b06a0dcce6
@ -345,6 +345,11 @@
|
|||||||
# Setting the homely options.
|
# Setting the homely options.
|
||||||
home.username = metadata.username or name;
|
home.username = metadata.username or name;
|
||||||
home.homeDirectory = metadata.home-directory or "/home/${config.home.username}";
|
home.homeDirectory = metadata.home-directory or "/home/${config.home.username}";
|
||||||
|
|
||||||
|
# home-manager configurations are expected to be deployed on
|
||||||
|
# non-NixOS systems so it is safe to set this.
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
})
|
})
|
||||||
userSharedConfig
|
userSharedConfig
|
||||||
path
|
path
|
||||||
|
Loading…
Reference in New Issue
Block a user