Compare commits
2 Commits
0a3a236545
...
480c70856d
Author | SHA1 | Date | |
---|---|---|---|
480c70856d | |||
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
|
||||||
|
];
|
||||||
|
}
|
@ -40,8 +40,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
character.symbol = "➜";
|
character.symbol = "➜ ";
|
||||||
character.success_symbol = "[➜](bold green)";
|
character.success_symbol = "[➜](green)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user