Muuuuusic
This commit is contained in:
parent
f178ef477c
commit
c11035d929
1 changed files with 10 additions and 0 deletions
|
@ -362,6 +362,15 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
music-consumption = {pkgs, ...}: {
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
spotube
|
||||||
|
spotdl
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
graphical-workstation = {pkgs, ...}: {
|
graphical-workstation = {pkgs, ...}: {
|
||||||
imports = with nixosModules; [
|
imports = with nixosModules; [
|
||||||
plasma6
|
plasma6
|
||||||
|
@ -369,6 +378,7 @@
|
||||||
fonts
|
fonts
|
||||||
development-tools
|
development-tools
|
||||||
printing
|
printing
|
||||||
|
music-consumption
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue