Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Oct 18, 2024
1 parent d4f8151 commit 3749851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mac-dot-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ alias kc='kubectl'
alias kcg='kubectl get'
alias kcgpo='kubectl get pod'

#eval "$(starship init zsh)"
eval "$(starship init zsh)"
alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale"

#/Users/alex/go/bin/figurine -f "Doom.flf" magrathea
2 changes: 2 additions & 0 deletions hosts/common/common-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ in
kubectl
mc
mosh
nerdfonts
fira-code-nerdfont
nmap
qemu
ripgrep
Expand Down
4 changes: 3 additions & 1 deletion hosts/common/darwin-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ let
inherit (inputs) nixpkgs nixpkgs-unstable;
in
{
# Nix configuration ------------------------------------------------------------------------------
users.users.alex.home = "/Users/alex";

nix = {
Expand All @@ -28,6 +27,7 @@ in

## stable CLI
pkgs.just
pkgs.nix
];

fonts.packages = [
Expand Down Expand Up @@ -83,7 +83,9 @@ in
"docker"
"element"
"firefox"
"font-fira-code"
"font-fira-code-nerd-font"
"font-fira-mono-for-powerline"
"font-hack-nerd-font"
"font-jetbrains-mono-nerd-font"
"font-meslo-lg-nerd-font"
Expand Down

0 comments on commit 3749851

Please sign in to comment.