Muuuuusic

This commit is contained in:
Daniel Flanagan 2024-07-26 11:28:28 -05:00
parent f178ef477c
commit c11035d929

View file

@ -362,6 +362,15 @@
];
};
music-consumption = {pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
spotube
spotdl
];
};
};
graphical-workstation = {pkgs, ...}: {
imports = with nixosModules; [
plasma6
@ -369,6 +378,7 @@
fonts
development-tools
printing
music-consumption
];
xdg.portal.enable = true;