why?
This commit is contained in:
parent
16fa4956e5
commit
a5b5ea7f59
28 changed files with 164 additions and 123 deletions
|
@ -1,14 +1,16 @@
|
|||
{ config, ... }: {
|
||||
{ config, ... }: let
|
||||
inherit (config) conf;
|
||||
in{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
users.${config.username} = {
|
||||
users.${conf.username} = {
|
||||
home = {
|
||||
username = "twoneis";
|
||||
homeDirectory = "/home/${config.username}";
|
||||
homeDirectory = "/home/${conf.username}";
|
||||
|
||||
stateVersion = config.hmStateVersion;
|
||||
stateVersion = conf.hmStateVersion;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue