1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 21:17:45 +03:00

examples/phosh: rename kgx -> gnome-console

kgx is an alias of gnome-console in Nixpkgs, so switch to using gnome-console directly.
This commit is contained in:
Luflosi 2022-10-30 12:24:46 +01:00
parent 7f816a87a5
commit eb2d544acf
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -22,7 +22,7 @@
environment.systemPackages = with pkgs; [
chatty # IM and SMS
epiphany # Web browser
kgx # Terminal
gnome-console # Terminal
megapixels # Camera
];