diff --git a/modules/home/audacious/config b/modules/home/audacious/config new file mode 100644 index 0000000..a1d2da1 --- /dev/null +++ b/modules/home/audacious/config @@ -0,0 +1,24 @@ + +[audacious] +equalizer_active=TRUE +equalizer_bands=-1,1,2,2,1,-1,0,-1,-1,-1 +soft_clipping=TRUE + +[audgui] +filesel_path=/home/frostphoenix/Music + +[audqt] +icon_theme=audacious-flat-dark +theme=dark + +[pipewire] +volume_left=35 +volume_right=35 + +[qtui] +column_widths=25,25,275,175,50,175,175,25,100,28,75,275,275,275,75,275,175 +menu_visible=FALSE +player_height=581 +player_width=941 +playlist_headers=FALSE +playlist_headers_bold=TRUE diff --git a/modules/home/audacious/default.nix b/modules/home/audacious/default.nix new file mode 100644 index 0000000..75ac2b3 --- /dev/null +++ b/modules/home/audacious/default.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + home.packages = (with pkgs; [ audacious ]); + xdg.configFile."audacious/config".source = ./config; +} \ No newline at end of file diff --git a/modules/home/package/default.nix b/modules/home/package/default.nix index a023522..e2444f3 100755 --- a/modules/home/package/default.nix +++ b/modules/home/package/default.nix @@ -1,7 +1,6 @@ { inputs, pkgs, ... }: { home.packages = (with pkgs; [ - audacious discord eza fzf