removing some of the unnecessary dependencies
This commit is contained in:
parent
48d22b85d0
commit
c3a070e564
1 changed files with 14 additions and 26 deletions
|
|
@ -4,29 +4,23 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
makeFontsConf,
|
makeFontsConf,
|
||||||
fish,
|
|
||||||
ddcutil,
|
ddcutil,
|
||||||
brightnessctl,
|
brightnessctl,
|
||||||
cava,
|
cava,
|
||||||
networkmanager,
|
networkmanager,
|
||||||
lm_sensors,
|
|
||||||
wl-clipboard,
|
wl-clipboard,
|
||||||
libqalculate,
|
libnotify,
|
||||||
inotify-tools,
|
|
||||||
bluez,
|
bluez,
|
||||||
bash,
|
bash,
|
||||||
hyprland,
|
|
||||||
coreutils,
|
coreutils,
|
||||||
findutils,
|
findutils,
|
||||||
file,
|
file,
|
||||||
material-symbols,
|
material-symbols,
|
||||||
roboto-serif,
|
roboto,
|
||||||
roboto-slab,
|
|
||||||
roboto-mono,
|
|
||||||
roboto-flex,
|
|
||||||
inter-nerdfont,
|
inter-nerdfont,
|
||||||
matugen,
|
matugen,
|
||||||
cliphist,
|
cliphist,
|
||||||
|
swww,
|
||||||
gpu-screen-recorder,
|
gpu-screen-recorder,
|
||||||
gcc,
|
gcc,
|
||||||
qt6,
|
qt6,
|
||||||
|
|
@ -36,34 +30,28 @@
|
||||||
}: let
|
}: let
|
||||||
runtimeDeps =
|
runtimeDeps =
|
||||||
[
|
[
|
||||||
fish
|
bash
|
||||||
ddcutil
|
bluez
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cava
|
cava
|
||||||
networkmanager
|
|
||||||
lm_sensors
|
|
||||||
wl-clipboard
|
|
||||||
libqalculate
|
|
||||||
matugen
|
|
||||||
cliphist
|
cliphist
|
||||||
gpu-screen-recorder
|
|
||||||
inotify-tools
|
|
||||||
bluez
|
|
||||||
bash
|
|
||||||
hyprland
|
|
||||||
coreutils
|
coreutils
|
||||||
findutils
|
ddcutil
|
||||||
file
|
file
|
||||||
|
findutils
|
||||||
|
gpu-screen-recorder
|
||||||
|
libnotify
|
||||||
|
matugen
|
||||||
|
networkmanager
|
||||||
|
swww
|
||||||
|
wl-clipboard
|
||||||
]
|
]
|
||||||
++ extraRuntimeDeps;
|
++ extraRuntimeDeps;
|
||||||
|
|
||||||
fontconfig = makeFontsConf {
|
fontconfig = makeFontsConf {
|
||||||
fontDirectories = [
|
fontDirectories = [
|
||||||
material-symbols
|
material-symbols
|
||||||
roboto-serif
|
roboto
|
||||||
roboto-slab
|
|
||||||
roboto-mono
|
|
||||||
roboto-flex
|
|
||||||
inter-nerdfont
|
inter-nerdfont
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue