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); 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/input-method.txt", "Input");
populateSelectWidget("/usr/lib/snigdhaos-assistant/pkgmngrs.txt", "Software centers"); populateSelectWidget("/usr/lib/snigdhaos-assistant/pkgmngrs.txt", "Software centers");
populateSelectWidget("/usr/lib/snigdhaos-assistant/kernels.txt", "Kernels"); populateSelectWidget("/usr/lib/snigdhaos-assistant/kernels.txt", "Kernels");

View File

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

View File

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