plasma-mobile: move modules/gui/plasma-mobile.nix -> hosts/modules/gui/plasma-mobile.nix

This commit is contained in:
Colin 2023-01-30 01:43:33 +00:00
parent ae22865099
commit 02100ed1a2
3 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
imports = [ imports = [
./gnome.nix ./gnome.nix
./phosh.nix ./phosh.nix
./plasma-mobile.nix
./sway.nix ./sway.nix
]; ];
} }

View File

@ -7,7 +7,6 @@ in
{ {
imports = [ imports = [
./plasma.nix ./plasma.nix
./plasma-mobile.nix
]; ];
options = { options = {