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