Compare commits

..

No commits in common. "45eb33485d5f56965433c8cb7af194132b9a474f" and "e9d611fc03642014cc7861a76f852c2c7bbe867c" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -26,8 +26,8 @@ inputs.darwin.lib.darwinSystem {
inputs.mac-app-util.darwinModules.default
{
nixpkgs.overlays = [ inputs.firefox-darwin.overlay ] ++ overlays;
networking.hostName = "NYCM-NMASUR2";
networking.computerName = "NYCM-NMASUR2";
networking.hostName = "lookingglass";
networking.computerName = "NYCM-NMASUR1";
identityFile = "/Users/Noah.Masur/.ssh/id_ed25519";
gui.enable = true;
theme = {

View File

@ -38,7 +38,6 @@ in
# rep # Replace text in files
ripgrep # grep
sd # sed
spacer # Output lines in terminal
tealdeer # Cheatsheets
tree # View directory hierarchy
vimv-rs # Batch rename files

View File

@ -10,7 +10,7 @@
unfreePackages = [
"consul"
"vault-bin"
# "teams"
"teams"
];
home-manager.users.${config.user} = lib.mkIf pkgs.stdenv.isDarwin {
@ -32,7 +32,7 @@
pkgs.consul
pkgs.noti # Create notifications programmatically
pkgs.ipcalc # Make IP network calculations
# pkgs.teams
pkgs.teams
pkgs.cloudflared # Allow connecting to Cloudflare tunnels
(pkgs.writeShellApplication {
name = "ocr";