navinstall/src/pkg.rs

4 lines
100 B
Rust
Raw Normal View History

2024-12-27 22:51:32 +01:00
pub const DESKTOP_PKG: [&str; 2] = ["plasma", "sddm"];
pub const SERVER_PKG: [&str; 1] = ["tmux"];