add app with nom, rework overlays
This commit is contained in:
parent
62c7179b62
commit
a29a5eb23c
3 changed files with 22 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
crossPkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.overlays = [(self: super: inputs.gnome-mobile.overlays.default self crossPkgs)];
|
||||
{crossPkgs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
gnome-shell = crossPkgs.gnome-shell;
|
||||
gnome-settings-daemon-mobile = crossPkgs.gnome-settings-daemon-mobile;
|
||||
mutter = crossPkgs.mutter;
|
||||
})
|
||||
];
|
||||
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue