Merge pull request #97454 from mkg20001/bluerename
nixos/cinnamon: add warpinator & blueberry pkgs
This commit is contained in:
commit
4c4ee6102b
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue