mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
refactor packages
This commit is contained in:
@ -54,6 +54,7 @@
|
|||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
fzf
|
fzf
|
||||||
duf
|
duf
|
||||||
|
jq
|
||||||
|
|
||||||
python311
|
python311
|
||||||
nodejs
|
nodejs
|
||||||
|
@ -41,11 +41,9 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
luajit
|
luajit
|
||||||
wezterm
|
|
||||||
acpi
|
acpi
|
||||||
linuxKernel.packages.linux_zen.acpi_call
|
linuxKernel.packages.linux_zen.acpi_call
|
||||||
lxappearance
|
lxappearance
|
||||||
jq
|
|
||||||
inotify-tools
|
inotify-tools
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
xdotool
|
xdotool
|
||||||
@ -63,7 +61,6 @@
|
|||||||
mpd
|
mpd
|
||||||
mpc-cli
|
mpc-cli
|
||||||
mpdris2
|
mpdris2
|
||||||
python311
|
|
||||||
python311Packages.mutagen
|
python311Packages.mutagen
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
xdg-utils
|
xdg-utils
|
||||||
@ -72,7 +69,6 @@
|
|||||||
procps
|
procps
|
||||||
sct
|
sct
|
||||||
slop
|
slop
|
||||||
speedcrunch
|
|
||||||
sddm-sugar-dark
|
sddm-sugar-dark
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user