nixos/cinnamon: add warpinator & blueberry pkgs

gstqt5
Maciej Krüger 2020-09-08 16:49:24 +02:00
parent c623040a62
commit 8c4dd13e3f
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
2 changed files with 3 additions and 2 deletions

View File

@ -193,8 +193,8 @@ in
environment.systemPackages = (with pkgs // pkgs.gnome3 // pkgs.cinnamon; pkgs.gnome3.removePackagesByName [
# cinnamon team apps
# warp
# blueberry
blueberry
warpinator
# external apps shipped with linux-mint
hexchat

View File

@ -12,6 +12,7 @@ lib.makeScope pkgs.newScope (self: with self; {
installPhase = "mv svg $out/share/iso-flags-svg";
});
# blueberry -> pkgs/tools/bluetooth/blueberry/default.nix
cinnamon-common = callPackage ./cinnamon-common { };
cinnamon-control-center = callPackage ./cinnamon-control-center { };
cinnamon-desktop = callPackage ./cinnamon-desktop { };