Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7abc98c

Browse files
committed
*: update packages
1 parent 01708e4 commit 7abc98c

7 files changed

Lines changed: 13 additions & 5 deletions

File tree

.config/metapac/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hostname_groups_enabled = true
33

44
[hostname_groups]
55
schwarz = ["system","office","music","mail","latex","emacs","dev","desktop-rofi","desktop-polybar","desktop-misc","desktop","console","browsers"]
6-
violet = ["geo","games","printer","system","office","nvidia","music","mail","latex","emacs","dev","desktop-rofi","desktop-polybar","desktop-misc","desktop","console","browsers"]
6+
violet = ["remote","geo","games","printer","system","office","nvidia","music","mail","latex","emacs","dev","desktop-rofi","desktop-polybar","desktop-misc","desktop","console","browsers"]
77
weiss = ["system","office","music","mail","latex","emacs","dev","desktop-rofi","desktop-polybar","desktop-misc","desktop","console","browsers"]
88
archlinux = ["system","office","music","mail","latex","emacs","dev","desktop-rofi","desktop-polybar","desktop-misc","desktop","console","browsers"]
99

.config/metapac/groups/dev.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
arch = {
22
packages = [
3+
"traceroute",
4+
"openai-codex-bin",
5+
"socat",
6+
"bubblewrap",
37
"openvpn",
48
"cloudflare-speed-cli",
59
"winetricks",

.config/metapac/groups/nvidia.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
arch = {
22
packages = [
33
"nvidia-container-toolkit",
4-
"ollama-cuda",
4+
"llama.cpp-vulkan",
55
"nvidia-open",
66
"nvidia-utils",
77
"cuda",
8-
]
8+
],
99
}

.config/metapac/groups/office.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ flatpak = {
66
}
77
arch = {
88
packages = [
9+
"max-bin",
910
"playonlinux",
1011
"gnumeric",
1112
"drawio-desktop",

.config/metapac/groups/printer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ arch = {
55
"brlaser",
66
"usbutils",
77
"cups",
8-
]
8+
],
99
}

.config/metapac/groups/system.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
arch = {
22
packages = [
33
"downgrade",
4+
"firejail",
5+
"apparmor",
46
"opensnitch",
57
"xf86-video-ati",
68
"xf86-video-amdgpu",
@@ -40,5 +42,5 @@ arch = {
4042
"base",
4143
"amneziavpn-bin",
4244
"pacserve",
43-
]
45+
],
4446
}

.config/polybar/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ format-warn-background = ${colors.cyan}
463463
[module/weather]
464464
type = custom/script
465465
exec = /home/pavel/bin/polybar/weather.sh
466+
env-OPENSNITCH_TAG = polybar-weather
466467
; format-underline = ${colors.red}
467468
format-background = ${colors.light-yellow}
468469
format-foreground = ${colors.foreground}

0 commit comments

Comments
 (0)