From 6bcd132b5374b9c0ee280d13c6bbc7cc667b5cd7 Mon Sep 17 00:00:00 2001 From: Hacker1245 Date: Wed, 12 Jul 2023 18:23:30 +0000 Subject: [PATCH] docs: update device names in profiles --- docs/source/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config.md b/docs/source/config.md index bf6e0f5..561d24c 100644 --- a/docs/source/config.md +++ b/docs/source/config.md @@ -64,7 +64,7 @@ current = "graphical" [profiles.default] parent = "" -device = "oneplus-enchilada" +device = "sdm845-oneplus-enchilada" flavour = "barebone" pkgs_include = [ "wget", "rsync", "nano", "tmux", "zsh", "pv", ] pkgs_exclude = [] @@ -89,7 +89,7 @@ flavour = "debug-shell" [profiles.beryllium] parent = "graphical" -device = "xiaomi-beryllium-ebbg" +device = "sdm845-xiaomi-beryllium-ebbg" flavour = "gnome" hostname = "pocof1" ```