mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-06 19:05:42 +08:00
add rstudio; add lib function: addFlags
This commit is contained in:
parent
7a4adf172d
commit
7ec03b1d88
6 changed files with 31 additions and 39 deletions
|
|
@ -4,7 +4,10 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = [
|
||||
(import ../../../pkgs/rstudio.nix pkgs)
|
||||
(
|
||||
import ../../../pkgs/rstudio.nix pkgs
|
||||
|> config.lib.misc.addFlags "--enable-features=UseOzonePlatform --ozone-platform=wayland --use-gl=angle --wayland-text-input-version=3" "rstudio"
|
||||
)
|
||||
];
|
||||
xdg.configFile."rstudio/themes/stylix.rstheme".text = with colors; ''
|
||||
/* rsthemes 0.5.0 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue