mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Compare commits
2 commits
6b058cc2cf
...
1d02fe2ac7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d02fe2ac7 | |||
| a02d661f7d |
4 changed files with 24 additions and 11 deletions
6
.config/metapac/groups/nvidia.toml
Normal file
6
.config/metapac/groups/nvidia.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
arch = [
|
||||
"nvidia-container-toolkit",
|
||||
"ollama-cuda",
|
||||
"nvidia",
|
||||
"nvidia-utils",
|
||||
"cuda",]
|
||||
6
.config/metapac/groups/printer.toml
Normal file
6
.config/metapac/groups/printer.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
arch = [
|
||||
"brscan4",
|
||||
"naps2-bin",
|
||||
"brlaser",
|
||||
"usbutils",
|
||||
"cups",]
|
||||
|
|
@ -12,14 +12,14 @@ hotkeys_code = C
|
|||
hotkeys_stack = S
|
||||
hotkeys_toggle_cmdline_focus = ctrl x
|
||||
hotkeys_variables = V
|
||||
line_numbers = True
|
||||
line_numbers = False
|
||||
prompt_on_quit = True
|
||||
seen_welcome = e054
|
||||
shell = internal
|
||||
sidebar_width = 0.6710886400000001
|
||||
sidebar_width = 0.5
|
||||
stack_weight = 1
|
||||
stringifier = type
|
||||
theme = monokai-256
|
||||
variables_weight = 4.76837158203125
|
||||
stringifier = default
|
||||
theme = solarized
|
||||
variables_weight = 1
|
||||
wrap_variables = True
|
||||
|
||||
|
|
|
|||
3
Arch.org
3
Arch.org
|
|
@ -247,11 +247,12 @@ Various drivers, I'm not sure which I actually need, so...
|
|||
|
||||
NVIDIA drivers & AI stuff for violet
|
||||
| Category | Arch dependency |
|
||||
|----------+-----------------|
|
||||
|----------+--------------------------|
|
||||
| nvidia | cuda |
|
||||
| nvidia | nvidia-utils |
|
||||
| nvidia | nvidia |
|
||||
| nvidia | ollama-cuda |
|
||||
| nvidia | nvidia-container-toolkit |
|
||||
|
||||
Printer packages.
|
||||
| Category | Arch dependency |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue