3 lines
100 B
Rust
3 lines
100 B
Rust
pub const DESKTOP_PKG: [&str; 2] = ["plasma", "sddm"];
|
|
|
|
pub const SERVER_PKG: [&str; 1] = ["tmux"];
|