mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
import -> callPackage
This commit is contained in:
parent
835edc5466
commit
5522f31f19
6 changed files with 14 additions and 26 deletions
|
|
@ -3,7 +3,7 @@ let
|
|||
colors = config.lib.stylix.colors.withHashtag;
|
||||
in
|
||||
{
|
||||
home.packages = with (import ../../../pkgs/R.nix pkgs); [
|
||||
home.packages = with (pkgs.callPackage ../../../pkgs/R.nix { }); [
|
||||
(config.lib.misc.addFlags
|
||||
"--enable-features=UseOzonePlatform --ozone-platform=wayland --use-gl=angle --wayland-text-input-version=3"
|
||||
"rstudio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue