main.nix

{pkgs, ...}:{ fonts.fontconfig = { enable = true; }; services.mpd = { enable = true; package = pkgs.mpd; dataDir = "/home/wyatt/.config/mpd"; musicDirectory = "/home/wyatt/Music"; extraConfig = '' audio_output { type "pulse" name "fakepipe" } audio_output { type "fifo" name "my_fifo" path "/tmp/mpd.fifo" format "44100:16:2" } ''; }; gtk = { enable = true; font.name = "Iosevka"; font.size = 14; theme.package = pkgs.dracula-theme; theme.name = "Dracula"; }; home.file = { river = { source = ....

1 min · Wyatt Osterling

other

0 min · Wyatt Osterling

textEditors

0 min · Wyatt Osterling

wayland

0 min · Wyatt Osterling

x

0 min · Wyatt Osterling