phosh: move out of modules/gui/phosh.nix -> hosts/modules/gui/phosh.nix

This commit is contained in:
Colin 2023-01-30 01:39:20 +00:00
parent b94d0672cc
commit 161bbc1159
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ ... }:
{
imports = [
./phosh.nix
./sway.nix
];
}

View File

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