🐛 Fix build errors on pi4, added configs to push

This commit is contained in:
2025-04-15 21:14:17 +00:00
parent 3df0986257
commit 4df44fa4de
3 changed files with 31 additions and 10 deletions

View File

@ -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