update work machine packages not to use with
more cleanup too
This commit is contained in:
parent
2bb42e6636
commit
f557a899c1
1 changed files with 89 additions and 83 deletions
|
@ -1,93 +1,99 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (config.poz.other.system) username;
|
inherit (config.poz.other.system) username;
|
||||||
|
|
||||||
|
inherit (lib.attrsets) attrValues;
|
||||||
in {
|
in {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.packages = with pkgs; [
|
home.packages = attrValues {
|
||||||
keepassxc
|
inherit (pkgs)
|
||||||
eza
|
keepassxc
|
||||||
ripgrep
|
eza
|
||||||
obs-studio
|
ripgrep
|
||||||
ungoogled-chromium
|
obs-studio
|
||||||
tor-browser-bundle-bin
|
ungoogled-chromium
|
||||||
mullvad-browser
|
tor-browser-bundle-bin
|
||||||
thunderbird
|
mullvad-browser
|
||||||
gimp
|
thunderbird
|
||||||
helvum
|
gimp
|
||||||
easyeffects
|
helvum
|
||||||
libreoffice-fresh
|
easyeffects
|
||||||
qbittorrent
|
libreoffice-fresh
|
||||||
zellij
|
qbittorrent
|
||||||
trash-cli
|
zellij
|
||||||
xdg-utils
|
trash-cli
|
||||||
pamixer
|
xdg-utils
|
||||||
brightnessctl
|
pamixer
|
||||||
dig
|
brightnessctl
|
||||||
imv
|
dig
|
||||||
pcmanfm
|
imv
|
||||||
xdg-ninja
|
pcmanfm
|
||||||
gnupg
|
xdg-ninja
|
||||||
age
|
gnupg
|
||||||
rage
|
age
|
||||||
fd
|
rage
|
||||||
udisks
|
fd
|
||||||
ffmpeg_6-full
|
udisks
|
||||||
yt-dlp
|
ffmpeg_6-full
|
||||||
filelight
|
yt-dlp
|
||||||
asciinema
|
filelight
|
||||||
asciinema-agg
|
asciinema
|
||||||
du-dust
|
asciinema-agg
|
||||||
appimage-run
|
du-dust
|
||||||
file
|
appimage-run
|
||||||
fastfetch
|
file
|
||||||
uutils-coreutils
|
fastfetch
|
||||||
alsa-utils
|
uutils-coreutils
|
||||||
imagemagick
|
alsa-utils
|
||||||
psmisc
|
imagemagick
|
||||||
mesa-demos
|
psmisc
|
||||||
jq
|
mesa-demos
|
||||||
fq
|
jq
|
||||||
progress
|
fq
|
||||||
parallel
|
progress
|
||||||
p7zip
|
parallel
|
||||||
xxd
|
p7zip
|
||||||
playerctl
|
xxd
|
||||||
xdg-user-dirs
|
playerctl
|
||||||
lshw
|
xdg-user-dirs
|
||||||
tree
|
lshw
|
||||||
exiv2
|
tree
|
||||||
config.boot.kernelPackages.cpupower
|
exiv2
|
||||||
config.boot.kernelPackages.perf
|
usbutils
|
||||||
usbutils
|
ytfzf
|
||||||
ytfzf
|
mat2
|
||||||
mat2
|
libsixel
|
||||||
libsixel
|
lsix
|
||||||
lsix
|
qmk
|
||||||
qmk
|
httpie
|
||||||
httpie
|
mangohud
|
||||||
mangohud
|
nix-index
|
||||||
nix-index
|
heaptrack
|
||||||
xdg-ninja
|
magic-wormhole
|
||||||
heaptrack
|
webcamoid
|
||||||
magic-wormhole
|
fswebcam
|
||||||
webcamoid
|
pciutils
|
||||||
fswebcam
|
inxi
|
||||||
pciutils
|
pcsc-tools
|
||||||
inxi
|
libnfc
|
||||||
pcsc-tools
|
nix-tree
|
||||||
libnfc
|
duf
|
||||||
nix-tree
|
bat
|
||||||
duf
|
hw-probe
|
||||||
bat
|
delta
|
||||||
hw-probe
|
scrcpy
|
||||||
delta
|
teams-for-linux
|
||||||
scrcpy
|
openconnect
|
||||||
teams-for-linux
|
vpn-slice
|
||||||
openconnect
|
;
|
||||||
vpn-slice
|
inherit (config.boot.kernelPackages)
|
||||||
];
|
cpupower
|
||||||
|
perf
|
||||||
|
;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue