Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-03-27 16:51:38 +03:00
parent c6e26d9a5a
commit 5fe9b58e90

View file

@ -161,6 +161,7 @@ in
nix-software-center nix-software-center
fish fish
libsForQt5.yakuake libsForQt5.yakuake
wacomtablet
]; ];
programs.fish.enable = true; programs.fish.enable = true;
# programs.nushell.enable = true; # programs.nushell.enable = true;
@ -212,18 +213,18 @@ in
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# NVIDIA config # NVIDIA config
# services.xserver.videoDrivers = [ "nvidia" ]; # services.xserver.videoDrivers = [ "nvidia" ];
# hardware = { hardware = {
# opengl = { opengl = {
# enable = true; enable = true;
# driSupport = true; driSupport = true;
# driSupport32Bit = true; driSupport32Bit = true;
# }; };
# nvidia = { # nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.latest; # package = config.boot.kernelPackages.nvidiaPackages.latest;
# modesetting.enable = true; # modesetting.enable = false;
# }; # };
# }; };
} }