Added direnv to brews

This commit is contained in:
lulusilly 2026-01-04 12:22:41 -04:00
parent d96d437ed4
commit 6ec3fe9e4f
4 changed files with 21 additions and 31 deletions

View file

@ -3,17 +3,6 @@
{
home.stateVersion = "25.05";
services.mpd = {
enable = true;
musicDirectory = "/Users/erogers/Music";
extraConfig = ''
audio_output {
type "osx"
name "Mac Output"
}
'';
};
home.packages = with pkgs; [
wget # Tool for retrieving files using HTTP/S and FTP
imagemagick # Image manipulation software suite
@ -23,8 +12,6 @@
tmux # Terminal multiplexer
btop # Resource monitor
irssi # Terminal based IRC client
rmpc # TUI music player
nicotine-plus # Graphical client for SoulSeek
];
home.file = {