Added direnv to brews
This commit is contained in:
parent
d96d437ed4
commit
6ec3fe9e4f
4 changed files with 21 additions and 31 deletions
13
home.nix
13
home.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue