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_stack = S
|
||||||
hotkeys_toggle_cmdline_focus = ctrl x
|
hotkeys_toggle_cmdline_focus = ctrl x
|
||||||
hotkeys_variables = V
|
hotkeys_variables = V
|
||||||
line_numbers = True
|
line_numbers = False
|
||||||
prompt_on_quit = True
|
prompt_on_quit = True
|
||||||
seen_welcome = e054
|
seen_welcome = e054
|
||||||
shell = internal
|
shell = internal
|
||||||
sidebar_width = 0.6710886400000001
|
sidebar_width = 0.5
|
||||||
stack_weight = 1
|
stack_weight = 1
|
||||||
stringifier = type
|
stringifier = default
|
||||||
theme = monokai-256
|
theme = solarized
|
||||||
variables_weight = 4.76837158203125
|
variables_weight = 1
|
||||||
wrap_variables = True
|
wrap_variables = True
|
||||||
|
|
||||||
|
|
|
||||||
13
Arch.org
13
Arch.org
|
|
@ -246,12 +246,13 @@ Various drivers, I'm not sure which I actually need, so...
|
||||||
| xf86-video-ati |
|
| xf86-video-ati |
|
||||||
|
|
||||||
NVIDIA drivers & AI stuff for violet
|
NVIDIA drivers & AI stuff for violet
|
||||||
| Category | Arch dependency |
|
| Category | Arch dependency |
|
||||||
|----------+-----------------|
|
|----------+--------------------------|
|
||||||
| nvidia | cuda |
|
| nvidia | cuda |
|
||||||
| nvidia | nvidia-utils |
|
| nvidia | nvidia-utils |
|
||||||
| nvidia | nvidia |
|
| nvidia | nvidia |
|
||||||
| nvidia | ollama-cuda |
|
| nvidia | ollama-cuda |
|
||||||
|
| nvidia | nvidia-container-toolkit |
|
||||||
|
|
||||||
Printer packages.
|
Printer packages.
|
||||||
| Category | Arch dependency |
|
| Category | Arch dependency |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue