From 2ec5d2e74318e5204608fa93e851555e765f7e64 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 23 Sep 2023 17:29:34 +0200 Subject: [PATCH] change to default config --- hosts/phone/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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";