mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: update the list of packages that will be installed
This commit is contained in:
parent
ab82a8bae7
commit
2839967c55
1 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Environment shit
|
# Environment shit
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
cliphist
|
cliphist
|
||||||
poweralertd
|
poweralertd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
zip
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
xxd
|
xxd
|
||||||
|
|
@ -37,7 +38,6 @@
|
||||||
exiftool
|
exiftool
|
||||||
translate-shell
|
translate-shell
|
||||||
progress
|
progress
|
||||||
zip
|
|
||||||
pwgen
|
pwgen
|
||||||
jq
|
jq
|
||||||
tmux
|
tmux
|
||||||
|
|
@ -52,8 +52,10 @@
|
||||||
spotify-player
|
spotify-player
|
||||||
nodejs_22
|
nodejs_22
|
||||||
yarn
|
yarn
|
||||||
# wikit
|
cargo
|
||||||
# reader
|
rustc
|
||||||
|
wikit
|
||||||
|
reader
|
||||||
|
|
||||||
# GUI shit
|
# GUI shit
|
||||||
element-desktop
|
element-desktop
|
||||||
|
|
@ -82,6 +84,6 @@
|
||||||
neomutt
|
neomutt
|
||||||
khard
|
khard
|
||||||
khal
|
khal
|
||||||
w3m
|
vdirsyncer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue