Elias Almqvist 2 weeks ago
parent 21ea5d1661
commit d83cadad4f
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 27
      nix-darwin/configuration.nix
  2. 22
      nix-darwin/home.nix

@ -3,8 +3,31 @@
{ {
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = environment.systemPackages = with pkgs; [
[ pkgs.git # 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. # Necessary for using flakes on this system.

@ -41,28 +41,6 @@
# '') # '')
# Programs # 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 libqalculate
imagemagick imagemagick
figlet figlet

Loading…
Cancel
Save