diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index ef3ea89..915f583 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -4,9 +4,10 @@ imports = [ (import { device = "pine64-pinephone"; }) ./hardware-configuration.nix - ./modules/sway - - ./utils/bento.nix + + # ./modules/sway + # + # ./utils/bento.nix ]; networking.hostName = "mobile-nixos";