🐛 Fix build errors on pi4, added configs to push
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
inputs,
|
||||
outputs,
|
||||
common,
|
||||
systemConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
username = common.username;
|
||||
dir = common.dir;
|
||||
in
|
||||
{
|
||||
@ -32,7 +32,7 @@ in
|
||||
];
|
||||
|
||||
home = {
|
||||
username = username;
|
||||
username = systemConfig.user.name;
|
||||
homeDirectory = dir.home;
|
||||
|
||||
sessionVariables = {
|
||||
@ -42,7 +42,7 @@ in
|
||||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
stateVersion = common.system.version;
|
||||
stateVersion = systemConfig.version;
|
||||
};
|
||||
|
||||
# Adds pkgs.unstable in order to fetch packages from unstable repositories
|
||||
|
Reference in New Issue
Block a user