From d83cadad4fba4815a13559c3bca755573136328e Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 7 Feb 2025 12:52:10 -0800 Subject: [PATCH] fix --- nix-darwin/configuration.nix | 27 +++++++++++++++++++++++++-- nix-darwin/home.nix | 22 ---------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/nix-darwin/configuration.nix b/nix-darwin/configuration.nix index 4d0f05e..3feec9a 100644 --- a/nix-darwin/configuration.nix +++ b/nix-darwin/configuration.nix @@ -3,8 +3,31 @@ { # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget - environment.systemPackages = - [ pkgs.git + environment.systemPackages = with pkgs; [ + # Programs + slack + zathura + irssi + spotify + discord + gimp + vscode + gtkwave + gephi + + # Utils + coreutils # *happy rms noises* + git + stow + curl + wget + ffmpeg + gnupg + jq + # tmux + htop + ripgrep + sshfs ]; # Necessary for using flakes on this system. diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 054d297..f8321eb 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -41,28 +41,6 @@ # '') # Programs - slack - zathura - irssi - spotify - discord - gimp - vscode - gtkwave - gephi - - # Utils - coreutils # *happy rms noises* - stow - curl - wget - ffmpeg - gnupg - jq - # tmux - htop - ripgrep - sshfs libqalculate imagemagick figlet