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 = [ imports = [
./phosh.nix
./sway.nix ./sway.nix
]; ];
} }

View File

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