mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
chore: Attempt to organize packages a bit
Not perfect but good enough.
This commit is contained in:
parent
5bc853c489
commit
10bc64f097
@ -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 = {
|
||||
|
@ -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
|
||||
;
|
||||
}))
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user