setting up zsh and starship
This commit is contained in:
13
users/richie/home/cli/default.nix
Normal file
13
users/richie/home/cli/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
imports = [
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user