home managing, attempt 2

This commit is contained in:
k3t
2026-03-12 07:17:02 -06:00
parent 8307d9bd72
commit ceda663361
9 changed files with 190 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
{
imports = [
./common.nix
];
home.file = {
".profile".text = ''
bash /home/k3t/.car/init.sh
'';
".car/init.sh".source = ../hosts/pi-car/scripts/init.sh;
};
#programs.zsh.loginExtra = "bash /home/k3t/.car/init.sh";
}