Try remove nouveau

This commit is contained in:
Luke D Jones
2021-03-24 19:31:07 +13:00
parent 5a7d31fdf6
commit 543b0b817f
6 changed files with 30 additions and 27 deletions

View File

@@ -431,7 +431,10 @@ fn handle_profile(
println!("Available profiles are {:?}", profile_names);
}
if cmd.active_name {
println!("Active profile: {:?}", dbus.proxies().profile().active_profile_name()?);
println!(
"Active profile: {:?}",
dbus.proxies().profile().active_profile_name()?
);
}
if cmd.active_data {
println!("Active profile:");