home managing, attempt 2
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user