feat(add): add nividia installation module in the assistant

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-04 22:36:16 +05:30
parent daf53aed62
commit 73398a956e
4 changed files with 14 additions and 3 deletions

View File

@@ -211,6 +211,7 @@ void SnigdhaOSAssistant::populateSelectWidget(){
}
ui->checkBox_Performance->setVisible(isDesktop);
populateSelectWidget("/usr/lib/snigdhaos-assistant/nvidia.txt", "Nvidia");
populateSelectWidget("/usr/lib/snigdhaos-assistant/input-method.txt", "Input");
populateSelectWidget("/usr/lib/snigdhaos-assistant/pkgmngrs.txt", "Software centers");
populateSelectWidget("/usr/lib/snigdhaos-assistant/kernels.txt", "Kernels");

View File

@@ -1,7 +1,4 @@
false
firedragon
Firedragon ((Default!) Floorp fork with custom settings and branding)
false
librewolf
Librewolf (Firefox with enhanced privacy)
false

View File

@@ -20,6 +20,9 @@ false
gnome-builder
Gnome-builder (An IDE for writing GNOME-based software)
false
hugo
Hugo (A static Website Generator)
false
kdevelop
Kdevelop (C++ IDE using KDE technologies)
false
@@ -43,6 +46,7 @@ Gitkraken
false
github-desktop
GitHub Desktop
false
cockpit cockpit-machines
Cockpit (Access some system settings at localhost:9090)

View File

@@ -0,0 +1,9 @@
false
nvidia-dkms
Nvidia-DKMS (NVIDIA drivers - module sources)
false
nvidia-settings
Nvidia-Settings (Tool for configuring the NVIDIA graphics driver)
false
nvidia-utils
Nvidia-Utils (NVIDIA drivers utilities)