feat: Added homebrew and install some apps
This commit is contained in:
@@ -4,16 +4,11 @@
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [./services];
|
||||
imports = [./services ./homebrew.nix];
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
# environment.systemPackages = with pkgs; [nix neovim];
|
||||
nix = {
|
||||
enable = false;
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes auto-allocate-uids";
|
||||
max-jobs = 8;
|
||||
|
||||
16
darwin/shiro/homebrew.nix
Normal file
16
darwin/shiro/homebrew.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{...}: {
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"docker-compose"
|
||||
];
|
||||
casks = [
|
||||
"docker"
|
||||
"librewolf"
|
||||
"raycast"
|
||||
"kunkun" # Soon
|
||||
"lunar"
|
||||
"virtual-desktop-streamer"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user