treewide: format files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,46 +1,54 @@
|
||||
{ flake, pkgs, config, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# A/V, codec and media stuff
|
||||
ffmpeg-full
|
||||
wireplumber
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
imagemagick
|
||||
flake,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
# A/V, codec and media stuff
|
||||
ffmpeg-full
|
||||
wireplumber
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
imagemagick
|
||||
|
||||
# Utils
|
||||
neofetch
|
||||
rage
|
||||
curl
|
||||
yt-dlp
|
||||
p7zip
|
||||
unrar
|
||||
vim
|
||||
(flake.packages.${system}.customscripts)
|
||||
cachix
|
||||
steam-run
|
||||
# Utils
|
||||
neofetch
|
||||
rage
|
||||
curl
|
||||
yt-dlp
|
||||
p7zip
|
||||
unrar
|
||||
vim
|
||||
(flake.packages.${system}.customscripts)
|
||||
cachix
|
||||
steam-run
|
||||
|
||||
# GUI
|
||||
vesktop
|
||||
(xfce.thunar.override {
|
||||
thunarPlugins = with xfce; [
|
||||
thunar-media-tags-plugin
|
||||
thunar-volman
|
||||
thunar-archive-plugin
|
||||
];
|
||||
})
|
||||
xfce.xfconf
|
||||
xfce.tumbler
|
||||
qbittorrent
|
||||
hexchat
|
||||
dunst
|
||||
zenity
|
||||
# GUI
|
||||
vesktop
|
||||
(xfce.thunar.override {
|
||||
thunarPlugins = with xfce; [
|
||||
thunar-media-tags-plugin
|
||||
thunar-volman
|
||||
thunar-archive-plugin
|
||||
];
|
||||
})
|
||||
xfce.xfconf
|
||||
xfce.tumbler
|
||||
qbittorrent
|
||||
hexchat
|
||||
dunst
|
||||
zenity
|
||||
|
||||
# Misc
|
||||
mailcap
|
||||
libsForQt5.qtstyleplugins
|
||||
] ++ lib.optionals config.isLaptop [
|
||||
powertop
|
||||
undervolt
|
||||
];
|
||||
# Misc
|
||||
mailcap
|
||||
libsForQt5.qtstyleplugins
|
||||
]
|
||||
++ lib.optionals config.isLaptop [
|
||||
powertop
|
||||
undervolt
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user