Better handling of work/personal darwin machine, remove clang & -tools
from work and add llvm via brew instead.
This commit is contained in:
parent
f15bbc57e2
commit
44e501b67f
8 changed files with 73 additions and 33 deletions
10
nix/pkgs/darwin_personal.nix
Normal file
10
nix/pkgs/darwin_personal.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
clang
|
||||
clang-tools
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -9,8 +9,6 @@
|
|||
pcre
|
||||
ccache
|
||||
mkdocs
|
||||
# jdk
|
||||
# jdk21
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -112,8 +112,6 @@ in
|
|||
ninja
|
||||
tldr
|
||||
nerd-fonts.caskaydia-mono
|
||||
# clang
|
||||
# clang-tools
|
||||
lldb
|
||||
nodejs
|
||||
tree-sitter
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
packages = with pkgs; [
|
||||
wl-clipboard-rs
|
||||
sway
|
||||
clang
|
||||
clang-tools
|
||||
];
|
||||
file = {
|
||||
".config/sway".source = ../sway;
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
wslu
|
||||
clang
|
||||
clang-tools
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue