some package cleanup (most likely more to come)

This commit is contained in:
jacekpoz 2024-05-05 18:01:34 +02:00
parent 188bae299d
commit 326622b711
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
6 changed files with 4 additions and 56 deletions

View file

@ -99,6 +99,7 @@
driver = pkgs.libfprint-2-tod1-goodix;
};
};
smartd.enable = true;
};
services.journald = {

View file

@ -19,9 +19,6 @@ in {
keepassxc
eza
ripgrep
libnotify
rofi-wayland
rofi-calc
session-desktop
signal-desktop-beta
element-desktop
@ -39,8 +36,6 @@ in {
helvum
ddccontrol
ddccontrol-db
bluez
blueman
easyeffects
lbry
libreoffice-fresh
@ -63,7 +58,6 @@ in {
trash-cli
bibata-cursors
nixpkgs-wayland.swww
opentabletdriver
networkmanagerapplet
nixpkgs-wayland.wl-clipboard
nixpkgs-wayland.wlsunset
@ -99,9 +93,7 @@ in {
"rustc"
"rustfmt"
])
wayland
showmethekey
polkit
libsForQt5.polkit-kde-agent
asciinema
asciinema-agg
@ -109,8 +101,6 @@ in {
appimage-run
file
virt-manager
weechat
flowblade
fastfetch
git-annex
gamemode
@ -122,58 +112,42 @@ in {
espeak
ezquake
imagemagick
weston
pavucontrol
psmisc
mesa-demos
nnn
#aseprite-unfree
jq
fq
gnumake
gdb
tea
codeberg-cli
progress
parallel
p7zip
xxd
tldr
mpc-cli
playerctl
xdg-user-dirs
meson
wiki-tui
lshw
tree
ydotool
piper
smartmontools
agenix.default
nh.default
exiv2
krita
mypaint
logseq
gamescope
vitetris
gtetrinet
config.boot.kernelPackages.cpupower
config.boot.kernelPackages.perf
usbutils
libsForQt5.dolphin
kiwix
inkscape
gomuks
nushell
twitch-tui
hugo
ytfzf
mat2
simplex-chat-desktop
libsixel
lsix
ollama
qmk
python3
wev
@ -183,7 +157,6 @@ in {
rustdesk
superTuxKart
solaar
glfw-wayland-minecraft
httpie
mangohud
nix-index

View file

@ -65,6 +65,7 @@
};
ratbagd.enable = true;
smartd.enable = true;
};
services.journald = {

View file

@ -19,9 +19,6 @@ in {
keepassxc
eza
ripgrep
libnotify
rofi-wayland
rofi-calc
session-desktop
signal-desktop-beta
element-desktop
@ -39,8 +36,6 @@ in {
helvum
ddccontrol
ddccontrol-db
bluez
blueman
easyeffects
lbry
libreoffice-fresh
@ -63,7 +58,6 @@ in {
trash-cli
bibata-cursors
nixpkgs-wayland.swww
opentabletdriver
networkmanagerapplet
nixpkgs-wayland.wl-clipboard
nixpkgs-wayland.wlsunset
@ -99,9 +93,7 @@ in {
"rustc"
"rustfmt"
])
wayland
showmethekey
polkit
libsForQt5.polkit-kde-agent
asciinema
asciinema-agg
@ -109,8 +101,6 @@ in {
appimage-run
file
virt-manager
weechat
flowblade
fastfetch
git-annex
gamemode
@ -122,58 +112,42 @@ in {
espeak
ezquake
imagemagick
weston
pavucontrol
psmisc
mesa-demos
nnn
aseprite-unfree
jq
fq
gnumake
gdb
tea
codeberg-cli
progress
parallel
p7zip
xxd
tldr
mpc-cli
playerctl
xdg-user-dirs
meson
wiki-tui
lshw
tree
ydotool
piper
smartmontools
agenix.default
nh.default
exiv2
krita
mypaint
logseq
gamescope
vitetris
gtetrinet
config.boot.kernelPackages.cpupower
config.boot.kernelPackages.perf
usbutils
libsForQt5.dolphin
kiwix
inkscape
gomuks
nushell
twitch-tui
hugo
ytfzf
mat2
simplex-chat-desktop
libsixel
lsix
ollama
qmk
python3
wev
@ -183,7 +157,6 @@ in {
rustdesk
superTuxKart
solaar
glfw-wayland-minecraft
httpie
mangohud
nix-index

View file

@ -53,7 +53,7 @@ in {
bell = {
urgent = "yes";
notify = "yes";
command = "notify-send bell";
command = "${pkgs.libnotify}/bin/notify-send bell";
command-focused = "no";
};
scrollback = {

View file

@ -339,7 +339,7 @@ in {
# TODO what the fuck is this
", XF86TouchpadToggle, exec, "
# TODO fix this maybe
"$mainMod, T, exec, grim -g \"$(slurp)\" -t ppm - | tesseract -l pol - - | wl-copy && notify-send \"Copied text: \" \"\\\"$(wl-paste)\\\"\""
"$mainMod, T, exec, grim -g \"$(slurp)\" -t ppm - | tesseract -l pol - - | wl-copy && ${pkgs.libnotify}/bin/notify-send \"Copied text: \" \"\\\"$(wl-paste)\\\"\""
# TODO fix this
"$mainMod, SEMICOLON, exec, ~/.config/rofi/powermenu/type-2/powermenu.sh"
"$mainMod, G, togglegroup"