Compare commits
No commits in common. "480c70856de8d899aa70089fa5e1aca6abbaa60b" and "0a3a2365456a9dba20ab048b3984594135d89341" have entirely different histories.
480c70856d
...
0a3a236545
@ -1 +0,0 @@
|
|||||||
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/config.nix
|
|
@ -1 +0,0 @@
|
|||||||
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/home.nix
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
allowUnfree = true;
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
../../modules/home-manager.nix
|
|
||||||
../../modules/zsh.nix
|
|
||||||
../../modules/dev.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
neofetch
|
|
||||||
];
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{ config, pkgs, libs, ... }:
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
yarn
|
|
||||||
];
|
|
||||||
}
|
|
@ -40,8 +40,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
character.symbol = "➜ ";
|
character.symbol = "➜";
|
||||||
character.success_symbol = "[➜](green)";
|
character.success_symbol = "[➜](bold green)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user