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, ...}: {
|
||||
imports = with nixosModules; [
|
||||
plasma6
|
||||
|
@ -369,6 +378,7 @@
|
|||
fonts
|
||||
development-tools
|
||||
printing
|
||||
music-consumption
|
||||
];
|
||||
|
||||
xdg.portal.enable = true;
|
||||
|
|
Loading…
Reference in a new issue