add discord
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -48,6 +48,7 @@
|
|||||||
pkgs.slack
|
pkgs.slack
|
||||||
pkgs.podman-desktop
|
pkgs.podman-desktop
|
||||||
pkgs.kubectl
|
pkgs.kubectl
|
||||||
|
pkgs.discord
|
||||||
];
|
];
|
||||||
|
|
||||||
################
|
################
|
||||||
@@ -84,8 +85,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# homebrew.nix = true;
|
|
||||||
|
|
||||||
# Enable the darwin security.pam module for sudo Touch ID authentication.
|
# Enable the darwin security.pam module for sudo Touch ID authentication.
|
||||||
security = {
|
security = {
|
||||||
pam = {
|
pam = {
|
||||||
@@ -107,9 +106,6 @@
|
|||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
# vscode = {
|
|
||||||
# enable = true;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
# programs.fish.enable = true;
|
# programs.fish.enable = true;
|
||||||
# Enable 1password plugins on interactive shell init
|
# Enable 1password plugins on interactive shell init
|
||||||
@@ -186,8 +182,8 @@
|
|||||||
"homebrew/homebrew-cask" = homebrew-cask;
|
"homebrew/homebrew-cask" = homebrew-cask;
|
||||||
"homebrew/homebrew-bundle" = homebrew-bundle;
|
"homebrew/homebrew-bundle" = homebrew-bundle;
|
||||||
};
|
};
|
||||||
autoMigrate = true;
|
autoMigrate = true; # Automatically migrate from brewfile to flake if brew already exists.
|
||||||
mutableTaps = false;
|
mutableTaps = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
|
|||||||
Reference in New Issue
Block a user