Skip to content

Commit

Permalink
fix(darwin): migrate neohtop to brew
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Feb 10, 2025
1 parent 7391dc7 commit 440f0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion home/mlenz/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ in
vimr-bin
goneovim-bin
restic-browser-bin
neohtop-bin
zigstar-multitool
(writeShellApplication {
name = "scansnap-reset";
Expand Down
7 changes: 2 additions & 5 deletions system/darwin/settings.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
pkgs,
...
}:
{ ... }:
# userHome = config.users.users.${user.login}.home;
{
system.defaults = {
Expand Down Expand Up @@ -85,7 +82,7 @@
"/Applications/Microsoft Word.app"
"/Applications/Microsoft Excel.app"
"/Applications/Microsoft PowerPoint.app"
"${pkgs.neohtop-bin}/Applications/NeoHtop.app"
"/Applications/NeoHtop.app"
"/System/Applications/System Settings.app"
];
# persistent-others = [ "${userHome}/Downloads/" ];
Expand Down

0 comments on commit 440f0b8

Please sign in to comment.