ohmyposh
This commit is contained in:
parent
658a42659c
commit
fa905d2cb6
7 changed files with 21 additions and 14 deletions
|
|
@ -8,6 +8,7 @@
|
|||
./locales.nix
|
||||
./nix.nix
|
||||
./nix-ld.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
5
hosts/common/global/zsh.nix
Normal file
5
hosts/common/global/zsh.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
users.users.luna = {
|
||||
isNormalUser = true;
|
||||
description = "luna";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue