feat: Added homebrew and install some apps
This commit is contained in:
@@ -4,16 +4,11 @@
|
|||||||
device,
|
device,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./services];
|
imports = [./services ./homebrew.nix];
|
||||||
|
|
||||||
homebrew = {
|
|
||||||
enable = true;
|
|
||||||
brews = [
|
|
||||||
"docker"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
# environment.systemPackages = with pkgs; [nix neovim];
|
# environment.systemPackages = with pkgs; [nix neovim];
|
||||||
nix = {
|
nix = {
|
||||||
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes auto-allocate-uids";
|
experimental-features = "nix-command flakes auto-allocate-uids";
|
||||||
max-jobs = 8;
|
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