added r to system config
This commit is contained in:
parent
e03a89b942
commit
23b2935c54
3 changed files with 6 additions and 3 deletions
|
@ -25,8 +25,8 @@
|
|||
powerManagement.enable = false;
|
||||
powerManagement.finegrained = false;
|
||||
open = false;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
nvidiaSettings = false;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
R
|
||||
rstudio
|
||||
rstudioWrapper
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
|
|
|
@ -76,6 +76,9 @@
|
|||
#jack.enable = true;
|
||||
};
|
||||
|
||||
# Set electron apps to use wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.twoneis = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue