Compare commits

..

No commits in common. "480c70856de8d899aa70089fa5e1aca6abbaa60b" and "0a3a2365456a9dba20ab048b3984594135d89341" have entirely different histories.

6 changed files with 3 additions and 26 deletions

View File

@ -1 +0,0 @@
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/config.nix

View File

@ -1 +0,0 @@
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/home.nix

View File

@ -1,3 +0,0 @@
{
allowUnfree = true;
}

View File

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
../../modules/home-manager.nix
../../modules/zsh.nix
../../modules/dev.nix
];
home.packages = with pkgs; [
neofetch
];
}

View File

@ -1,6 +0,0 @@
{ config, pkgs, libs, ... }:
{
home.packages = with pkgs; [
yarn
];
}

View File

@ -41,7 +41,7 @@
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
character.symbol = ""; character.symbol = "";
character.success_symbol = "[](green)"; character.success_symbol = "[](bold green)";
}; };
}; };
} }