Add macbook config
This commit is contained in:
parent
4baf0f215c
commit
3ba7757eea
1
nixpkgs/config.nix
Symbolic link
1
nixpkgs/config.nix
Symbolic link
@ -0,0 +1 @@
|
||||
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/config.nix
|
1
nixpkgs/home.nix
Symbolic link
1
nixpkgs/home.nix
Symbolic link
@ -0,0 +1 @@
|
||||
/Users/administrator/Projects/nix-dots/nixpkgs/machines/mac/home.nix
|
3
nixpkgs/machines/mac/config.nix
Normal file
3
nixpkgs/machines/mac/config.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
12
nixpkgs/machines/mac/home.nix
Normal file
12
nixpkgs/machines/mac/home.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-manager.nix
|
||||
../../modules/zsh.nix
|
||||
../../modules/dev.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
];
|
||||
}
|
6
nixpkgs/modules/dev.nix
Normal file
6
nixpkgs/modules/dev.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, pkgs, libs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
yarn
|
||||
];
|
||||
}
|
@ -28,8 +28,8 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
character.symbol = "➜";
|
||||
character.success_symbol = "[➜](bold green)";
|
||||
};
|
||||
character.symbol = "➜ ";
|
||||
character.success_symbol = "[➜](green)";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user