Update packages

This commit is contained in:
Tobias Reisinger 2025-11-07 18:54:16 +01:00
parent 22049e71d9
commit e5165af9e2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 14 additions and 9 deletions

View file

@ -61,7 +61,6 @@ alias rm='rm -I --one-file-system -v'
alias s3-public='simple-aliases s3-public' alias s3-public='simple-aliases s3-public'
alias sl='ls' alias sl='ls'
alias sudo='sudo --preserve-env=PATH '
alias taketemp='take $(mktemp -d)' alias taketemp='take $(mktemp -d)'
alias tokei='tokei --hidden' alias tokei='tokei --hidden'
@ -82,7 +81,7 @@ test -x "$(command -v bat)" && alias cat='bat -pp'
test -x "$(command -v eza)" && alias ls='eza -lhF --git --icons --color=always --color-scale --color-scale-mode=fixed --time-style=long-iso --group-directories-first --no-quotes' test -x "$(command -v eza)" && alias ls='eza -lhF --git --icons --color=always --color-scale --color-scale-mode=fixed --time-style=long-iso --group-directories-first --no-quotes'
test -x "$(command -v moar)" && alias less='moar' test -x "$(command -v moor)" && alias less='moor'
test -x "$(command -v nvim)" && alias vim='nvim' test -x "$(command -v nvim)" && alias vim='nvim'

View file

@ -26,6 +26,11 @@ AUTOINSTALL_ITEM_TARGET="eza"
AUTOINSTALL_ITEM_PIPE="tar xzO" AUTOINSTALL_ITEM_PIPE="tar xzO"
AUTOINSTALL_ITEM_GROUPS="base" AUTOINSTALL_ITEM_GROUPS="base"
AUTOINSTALL_ITEM_TYPE="exe"
AUTOINSTALL_ITEM_SOURCE="https://github.com/walles/moor/releases/download/v2.7.1/moor-v2.7.1-linux-amd64"
AUTOINSTALL_ITEM_TARGET="more"
AUTOINSTALL_ITEM_GROUPS="base"
AUTOINSTALL_ITEM_TYPE="exe" AUTOINSTALL_ITEM_TYPE="exe"
AUTOINSTALL_ITEM_SOURCE="https://github.com/apple/pkl/releases/download/0.25.2/pkl-linux-amd64" AUTOINSTALL_ITEM_SOURCE="https://github.com/apple/pkl/releases/download/0.25.2/pkl-linux-amd64"
AUTOINSTALL_ITEM_TARGET="pkl" AUTOINSTALL_ITEM_TARGET="pkl"

View file

@ -31,7 +31,7 @@ group = 'conky'
[apps.discord] [apps.discord]
command = 'flatpak run com.discordapp.Discord' command = 'flatpak run com.discordapp.Discord'
delay = 3 delay = 5
hosts = [] hosts = []
group = 'chat' group = 'chat'
@ -42,6 +42,7 @@ group = 'common'
[apps.cinny] [apps.cinny]
command = 'flatpak run in.cinny.Cinny' command = 'flatpak run in.cinny.Cinny'
delay = 5
hosts = [] hosts = []
group = 'chat' group = 'chat'
@ -51,12 +52,13 @@ hosts = []
group = 'hyprland' group = 'hyprland'
[apps.kdeconnect] [apps.kdeconnect]
command = '$HOME/.nix-profile/libexec/kdeconnectd' command = '/usr/bin/kdeconnectd'
hosts = ['portalo'] hosts = ['portalo']
group = '' group = ''
[apps.polkit] [apps.polkit]
command = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1' #command = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
command = '/usr/libexec/polkit-mate-authentication-agent-1'
hosts = [] hosts = []
group = 'common' group = 'common'

View file

@ -45,7 +45,7 @@ export EDITOR="$(which vim)"
export HOSTNAME="$(cat /proc/sys/kernel/hostname)" export HOSTNAME="$(cat /proc/sys/kernel/hostname)"
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)" export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
export MOAR="--style=dracula" export MOOR="--style=dracula"
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export NIXPKGS_ALLOW_UNFREE=1 export NIXPKGS_ALLOW_UNFREE=1

View file

@ -22,7 +22,7 @@
haste-client # tool to paste files haste-client # tool to paste files
hostname # tool to get hostname hostname # tool to get hostname
jq # tool for json jq # tool for json
moar # moar is less #moar # moar is less # not available with new name moor
nix-direnv # allow better nix and direnv integration nix-direnv # allow better nix and direnv integration
libnotify # allows sending notifications libnotify # allows sending notifications
lsof # who uses that drive/directory lsof # who uses that drive/directory

View file

@ -15,7 +15,7 @@
gspell # spell highlighting for gtk applications gspell # spell highlighting for gtk applications
j4-dmenu-desktop # collects .desktop files for a menu j4-dmenu-desktop # collects .desktop files for a menu
keepassxc # password manager keepassxc # password manager
kdePackages.kdeconnect-kde # tool to connect a phone to the computer #kdePackages.kdeconnect-kde # tool to connect a phone to the computer
pavucontrol # Pulseaudio GUI pavucontrol # Pulseaudio GUI
xfce.thunar # file manager xfce.thunar # file manager
xfce.tumbler # thumbnail tool xfce.tumbler # thumbnail tool

View file

@ -14,7 +14,6 @@
"temperature", "temperature",
"cpu", "cpu",
"memory", "memory",
"custom/pacman",
"clock", "clock",
"tray" "tray"
], ],