Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos
This commit is contained in:
commit
b9dfa67309
@ -8,4 +8,15 @@
|
|||||||
theme = "bira";
|
theme = "bira";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".bash_profile".text =
|
||||||
|
# not having the attribute users means
|
||||||
|
# we cannot change the default shell (e.g. this is not a NixOS host)
|
||||||
|
if ! builtins.hasAttr "users" config then ''
|
||||||
|
if [ -f "$HOME/.bashrc" ]; then
|
||||||
|
. "$HOME/.bashrc"
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec ${pkgs.zsh}/bin/zsh
|
||||||
|
'' else null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user