mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
meta: Move phone-specific apps to host
Might turn this into a module later and use the standard `module.enable = true` syntax.
This commit is contained in:
parent
fa16ccaada
commit
44cf7e6832
@ -42,6 +42,29 @@ in
|
||||
inherit (self.packages.${pkgs.system})
|
||||
webp-thumbnailer
|
||||
;
|
||||
inherit (pkgs.gnome)
|
||||
gnome-contacts
|
||||
gnome-sound-recorder
|
||||
gnome-maps
|
||||
;
|
||||
|
||||
inherit (pkgs)
|
||||
gurk-rs
|
||||
android-tools
|
||||
chatty
|
||||
gnome-console
|
||||
megapixels
|
||||
fractal
|
||||
g4music
|
||||
livi
|
||||
papers
|
||||
phosh-mobile-settings
|
||||
resources
|
||||
tuba
|
||||
caerbannog
|
||||
eog
|
||||
geary
|
||||
;
|
||||
};
|
||||
|
||||
modules = {
|
||||
|
@ -123,37 +123,10 @@ in
|
||||
srb2
|
||||
ringracers
|
||||
jamesdsp
|
||||
texliveFull
|
||||
;
|
||||
}))
|
||||
|
||||
(mkIf (!phone) (attrValues {
|
||||
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
|
||||
inherit (pkgs) texliveFull;
|
||||
}))
|
||||
|
||||
(mkIf phone (attrValues {
|
||||
inherit (pkgs.gnome)
|
||||
gnome-contacts
|
||||
gnome-sound-recorder
|
||||
gnome-maps
|
||||
;
|
||||
inherit (pkgs)
|
||||
gurk-rs
|
||||
android-tools
|
||||
chatty
|
||||
gnome-console
|
||||
megapixels
|
||||
fractal
|
||||
g4music
|
||||
livi
|
||||
papers
|
||||
phosh-mobile-settings
|
||||
resources
|
||||
tuba
|
||||
caerbannog
|
||||
eog
|
||||
geary
|
||||
;
|
||||
}))
|
||||
|
||||
(attrValues {
|
||||
|
Loading…
x
Reference in New Issue
Block a user