add mpd #304

Merged
DarkKirb merged 1 commit from add-mpd into main 2023-12-09 09:43:01 +00:00
3 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,6 @@ in {
gimp
krita
ffmpeg-full
audacious
];
xdg.configFile."gdb/gdbinit".text = "set auto-load safe-path /nix/store";
services.xsettingsd = {

View file

@ -47,6 +47,7 @@ in {
./fcitx.nix
./pass-secret-service.nix
./kitty.nix
./mpd.nix
];
wayland.windowManager.sway = {
enable = true;

View file

@ -207,7 +207,7 @@ rec {
python3Packages.yapf
github-cli
statix
backblaze-b2
alejandra
];
};
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;