organize packages
This commit is contained in:
14
modules/software/music/player.nix
Normal file
14
modules/software/music/player.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }: {
|
||||
den.aspects.player = {
|
||||
nixos = { pkgs, ... }: {
|
||||
users.users.bug.packages = with pkgs; [
|
||||
euphonica
|
||||
];
|
||||
|
||||
services.flatpak.packages = [
|
||||
"org.gnome.Decibels"
|
||||
"org.pipewire.Helvum"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user