mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
treewide: use a more proper structure
This commit is contained in:
parent
31145354fb
commit
7f7f5df90d
23 changed files with 282 additions and 293 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue