mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
fixed shell issue
This commit is contained in:
parent
8a436f65a6
commit
1be91dfd0c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.nix-ld.enable = true;
|
||||
# programs.nix-ld.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
environment.variables.NIX_BUILD_SHELL = "${pkgs.zsh}/bin/zsh";
|
||||
environment.variables.NIX_BUILD_SHELL = "${pkgs.bash}/bin/bash";
|
||||
|
||||
home-manager.users.may = { pkgs, ... }: {
|
||||
home.file.".p10k.zsh".source = ./.p10k.zsh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue