Compare commits

...

3 Commits

Author SHA1 Message Date
Noah Masur
45eb33485d
temp: disable teams 2025-01-06 11:03:48 -05:00
Noah Masur
cbdf17f618
change name of macbook to match required name 2025-01-06 09:57:16 -05:00
Noah Masur
fdf231b46e
add spacer program for shell output 2025-01-06 09:57:16 -05:00
3 changed files with 5 additions and 4 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 = "lookingglass";
networking.computerName = "NYCM-NMASUR1";
networking.hostName = "NYCM-NMASUR2";
networking.computerName = "NYCM-NMASUR2";
identityFile = "/Users/Noah.Masur/.ssh/id_ed25519";
gui.enable = true;
theme = {

View File

@ -38,6 +38,7 @@ 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";