change user shell
This commit is contained in:
parent
5dcd5d911f
commit
3e6faa5d09
2 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
home = "/home/0xa";
|
home = "/home/0xa";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
LP_ENABLE_SVN=0
|
LP_ENABLE_SVN=0
|
||||||
LP_BATTERY_THRESHOLD=15
|
LP_BATTERY_THRESHOLD=15
|
||||||
LP_SSH_COLORS=1
|
LP_SSH_COLORS=1
|
||||||
|
LP_DISABLED_VCS_PATHS=("/home/0xa/proj/NixOS/nixpkgs")
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue