Compare commits

..

No commits in common. "9ca20b8e24b7f6615581eac6d5349b8ef7a58067" and "5a36dbc08309588ef89696a0d72e1a45b04dd833" have entirely different histories.

4 changed files with 5 additions and 10 deletions

View File

@ -15,7 +15,7 @@ in {
inetutils
neofetch
tmux
# nerdfonts
nerdfonts
p7zip
rclone
ripgrep

View File

@ -16,12 +16,7 @@ in
config = mkIf cfg.enable {
# Enable NVIDIA driver for X11 and Wayland
# without modesetting, x server will be run by nvidia
services.xserver.videoDrivers = [
"amdgpu"
"modesetting"
"nvidia"
];
services.xserver.videoDrivers = [ "amdgpu" "nvidia" ];
# Enable OpenGL
hardware.graphics = {

View File

@ -101,7 +101,7 @@
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
pkgs.gnome-tweaks
pkgs.gnome3.gnome-tweaks
];
# Some programs need SUID wrappers, can be configured further or are

View File

@ -4,7 +4,7 @@ let
in
{
my-namespace.hardware = {
# graphics-nvidia-prime-amd = enabled;
graphics-nvidia-prime-amd.enable = false;
graphics-nvidia-prime-amd-testing = enabled;
};
}