treewide: use a more proper structure

This commit is contained in:
EdenQwQ 2025-03-21 19:01:18 +08:00
parent 31145354fb
commit 7f7f5df90d
23 changed files with 282 additions and 293 deletions

View file

@ -3,7 +3,7 @@ let
colors = config.lib.stylix.colors.withHashtag;
in
{
home.packages = with (pkgs.callPackage ../../../pkgs/R.nix { }); [
home.packages = with pkgs; [
(config.lib.misc.addFlags
"--enable-features=UseOzonePlatform --ozone-platform=wayland --use-gl=angle --wayland-text-input-version=3"
"rstudio"