chore: Attempt to organize packages a bit

Not perfect but good enough.
This commit is contained in:
Donovan Glover 2024-04-06 10:19:02 -04:00
parent 5bc853c489
commit 10bc64f097
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 50 additions and 60 deletions

View File

@ -1,8 +1,6 @@
{ pkgs, ... }:
let
inherit (pkgs) hyprdim hyprnome hypridle hyprlock swww grimblast polkit_gnome;
opacity = "0.95";
super = "SUPER";
@ -13,13 +11,27 @@ let
swapBackgroundScript = "hypr/swap-bg.fish";
in
{
home.packages = [
home.packages = with pkgs; [
hyprdim
hyprnome
hypridle
hyprlock
swww
grimblast
brightnessctl
playerctl
mpvpaper
lnch
wev
tessen
wtype
dmenu-wayland
thud
python311Packages.icoextract
wallust
activate-linux
wl-clipboard-rs
wf-recorder
];
wayland.windowManager.hyprland = {

View File

@ -80,10 +80,6 @@ in
};
environment.systemPackages = mkMerge [
(attrValues {
inherit (pkgs) wget jq eza fd fzf ripgrep;
})
(mkIf japanese (attrValues {
inherit (pkgs) anki kanjidraw;
}))
@ -104,6 +100,9 @@ in
ungoogled-chromium
qbittorrent
obs-studio
satty
aaaaxy
srb2
;
}))

View File

@ -11,60 +11,22 @@
sqlcipher
fdupes
mediainfo
sox
httpie
ffmpeg
killall
trashy
whois
dig
yt-dlp
brightnessctl
jpegoptim
playerctl
recode
rmlint
sd
smartmontools
hwinfo
stress
nixpkgs-review
choose
hdparm
imagemagick
restic
watchexec
mpvpaper
timg
ventoy
wf-recorder
diskonaut
nodePackages.prisma
openssl
zola
file
tessen
wtype
mtr
cointop
tectonic
pipe-rename
poppler_utils
wl-clipboard-rs
lnch
wev
dmenu-wayland
python311Packages.icoextract
srb2
crystalline
thud
wallust
activate-linux
tango
nvd
nix-init
@ -73,8 +35,6 @@
lychee
nix-search-cli
satty
aaaaxy
lutgen
sudachi-rs
pnpm-shell-completion

View File

@ -30,14 +30,34 @@ in
environment.systemPackages = mkMerge [
(attrValues {
inherit (pkgs) wget jq eza fd fzf ripgrep;
})
(attrValues {
inherit (pkgs) treefmt;
})
(attrValues {
inherit (pkgs)
wget
jq
eza
fd
fzf
ripgrep
file
timg
choose
sd
;
inherit (pkgs)
treefmt
httpie
yt-dlp
sox
dig
mtr
mediainfo
fdupes
whois
killall
trashy
hwinfo
stress
hdparm
;
inherit (pkgs)
neofetch
onefetch
@ -48,22 +68,21 @@ in
sanctity
cmatrix
;
})
(attrValues {
inherit (pkgs)
gdu
hexyl
visidata
zellij
diskonaut
;
})
(attrValues {
inherit (pkgs)
p7zip
unar
rsync
rclone
ffmpeg
imagemagick
nixpkgs-review
;
})