forked from Shinonome/dots-hyprland
Update deps-info.md (close #2102)
This commit is contained in:
+227
-82
@@ -1,86 +1,231 @@
|
|||||||
## Status: WIP
|
This file contains information about the dependencies, currently it describes about `sdata/dist-arch/`.
|
||||||
This file was generated by AI (see [#2102](https://github.com/end-4/dots-hyprland/issues/2102)).
|
|
||||||
It still needs manual correction.
|
|
||||||
|
|
||||||
## Information
|
# Meta packages
|
||||||
Meta-packages (from sdata/dist-arch/install-deps.sh)
|
## illogical-impulse-audio
|
||||||
- illogical-impulse-basic
|
- `cava`
|
||||||
- Purpose: Core shell tooling used by scripts (general CLI utilities, build helpers, JSON processing, etc.).
|
- Used in Quickshell config.
|
||||||
- illogical-impulse-audio
|
- `pavucontrol-qt`
|
||||||
- Purpose: Audio stack (e.g., PipeWire/WirePlumber, mixers, control UIs) used by widgets and desktop integrations.
|
- Used in Hyprland and Quickshell config.
|
||||||
- illogical-impulse-backlight
|
- `wireplumber`
|
||||||
- Purpose: Screen brightness control utilities (e.g., brightnessctl).
|
- Not explicitly used.
|
||||||
- illogical-impulse-fonts-themes
|
- `pipewire-pulse`
|
||||||
- Purpose: Fonts and themes used across the shell/widgets (Noto, emoji fonts, icon themes, GTK/Qt themes).
|
- not explicitly used.
|
||||||
- illogical-impulse-kde
|
- `libdbusmenu-gtk3`
|
||||||
- Purpose: KDE integration bits (dialogs, theming helpers, optional browser integration).
|
- not explicitly used.
|
||||||
- illogical-impulse-portal
|
- `playerctl`
|
||||||
- Purpose: Desktop portals (e.g., xdg-desktop-portal and Wayland compositor-specific portals).
|
- Used in Hyprland and Quickshell config.
|
||||||
- illogical-impulse-python
|
|
||||||
- Purpose: Python 3 and libs for repo Python scripts and virtualenv activation.
|
|
||||||
- illogical-impulse-screencapture
|
|
||||||
- Purpose: Screenshot/recording tools on Wayland (e.g., grim, slurp, wf-recorder or similar).
|
|
||||||
- illogical-impulse-toolkit
|
|
||||||
- Purpose: General utilities used by scripts (jq, imagemagick, bc, etc.).
|
|
||||||
- illogical-impulse-widgets
|
|
||||||
- Purpose: Runtime deps for Quickshell widgets and supporting tools used in the UI modules.
|
|
||||||
- illogical-impulse-hyprland
|
|
||||||
- Purpose: Hyprland compositor and related tools (hyprland, hyprctl, hypridle, hyprlock, hyprcursor, portals).
|
|
||||||
- illogical-impulse-microtex-git
|
|
||||||
- Purpose: MicroTeX-related setup used by this config (custom packaging).
|
|
||||||
- illogical-impulse-bibata-modern-classic-bin (optional)
|
|
||||||
- Purpose: Bibata Modern Classic mouse cursor theme (installed only if not present).
|
|
||||||
|
|
||||||
Concrete dependencies inferred from repository scripts
|
## illogical-impulse-backlight
|
||||||
- hyprland (provides hyprctl)
|
- `geoclue`
|
||||||
- Purpose: Compositor
|
- Which demo agent used in Quickshell config.
|
||||||
- jq
|
- `brightnessctl`
|
||||||
- Used by: switchwall.sh (JSON parsing), multiple scripts reading config.json, hyprctl -j output.
|
- Used in Hyprland and Quickshell config.
|
||||||
- Purpose: JSON parsing and transformation.
|
- `ddcutil`
|
||||||
- matugen (AUR)
|
- Used in Quickshell config.
|
||||||
- Used by: switchwall.sh to generate Material You colors from image or color input.
|
|
||||||
- Purpose: Color extraction and scheme generation.
|
## illogical-impulse-basic
|
||||||
- python (python3) + virtualenv (python-virtualenv)
|
- `bc`
|
||||||
- Used by: switchwall.sh activates $ILLOGICAL_IMPULSE_VIRTUAL_ENV and runs generate_colors_material.py.
|
- Used in `quickshell/ii/scripts/colors/switchwall.sh` for example.
|
||||||
- Purpose: Color processing
|
- `coreutils`
|
||||||
- imagemagick (identify)
|
- Too many executables involved, not sure where been used.
|
||||||
- Used by: switchwall.sh to probe image width/height to suggest upscaling.
|
- `cliphist`
|
||||||
- Purpose: Image metadata inspection.
|
- Used in Hyprland and Quickshell config.
|
||||||
- bc
|
- `cmake`
|
||||||
- Used by: switchwall.sh for simple arithmetic on cursor coordinates.
|
- Used in building quickshell and MicroTeX.
|
||||||
- Purpose: Shell-friendly math.
|
- `curl`
|
||||||
- xdg-user-dirs (xdg-user-dir)
|
- Used in Quickshell config.
|
||||||
- Used by: switchwall.sh to locate Pictures folder.
|
- `wget`
|
||||||
- Purpose: XDG directories resolution.
|
- Used in Quickshell config.
|
||||||
- libnotify (notify-send)
|
- `ripgrep`
|
||||||
- Used by: switchwall.sh to interactively prompt actions (install/open apps) via notifications.
|
- Not sure where been used.
|
||||||
- Purpose: Desktop notifications with actions.
|
- `jq`
|
||||||
- hyprpicker (AUR)
|
- Widely used.
|
||||||
- Used by: switchwall.sh for picking colors from screen when --color is passed without hex.
|
- `xdg-user-dirs`
|
||||||
- Purpose: On-screen color picker (Wayland).
|
- Used in Hyprland and Quickshell config.
|
||||||
- mpvpaper (AUR)
|
- `rsync`
|
||||||
- Used by: switchwall.sh to set video wallpapers per monitor.
|
- Used in install script.
|
||||||
- Purpose: Video wallpaper playback under Wayland.
|
- `go-yq`
|
||||||
- ffmpeg
|
- Used in install script.
|
||||||
- Used by: switchwall.sh to extract a frame from videos to derive colors and thumbnails.
|
|
||||||
- Purpose: Video frame extraction and media handling.
|
## illogical-impulse-fonts-themes
|
||||||
- kitty
|
- `adw-gtk-theme-git`
|
||||||
- Used by: switchwall.sh to run interactive installs or external tools in a terminal (kitty -1 ...).
|
- [source](https://github.com/lassekongo83/adw-gtk3)
|
||||||
- Purpose: Terminal emulator integration.
|
- Used in Quickshell config.
|
||||||
- kdialog (KDE)
|
- `breeze`
|
||||||
- Used by: switchwall.sh to open a file picker for choosing wallpapers.
|
- Used in kdeglobals config.
|
||||||
- Purpose: GUI file selection dialog.
|
- `breeze-plus`
|
||||||
- glib2 (gsettings) + dconf
|
- [source](https://github.com/mjkim0727/breeze-plus)
|
||||||
- Used by: switchwall.sh to set GNOME interface color-scheme and GTK theme.
|
- Used in kde-material-you-colors config.
|
||||||
- Purpose: System settings manipulation.
|
- `darkly-bin`
|
||||||
- yay (or yay-bin from AUR)
|
- `darkly` is supposed to be set as the theme for Qt apps, just have not figured out how to properly set it yet.
|
||||||
- Used by: sdata/dist-arch/install-deps.sh to build/install local PKGBUILDs and dependencies.
|
- `eza`
|
||||||
- Purpose: AUR helper used by installer.
|
- Used in Fish config: `alias ls 'eza --icons'`
|
||||||
- base-devel, git, makepkg (core Arch tooling)
|
- `fish`
|
||||||
- Used by: sdata/dist-arch/install-deps.sh and update.sh for building AUR/PKGBUILD packages and repository management.
|
- Widely used.
|
||||||
- Purpose: Build toolchain and VCS for packaging.
|
- `fontconfig`
|
||||||
|
- Basic component which is nearly a must.
|
||||||
|
- `kitty`
|
||||||
|
- Used in fuzzel, Hyprland, kdeglobals and Quickshell config; kitty config is also included as dots.
|
||||||
|
- `matugen-bin`
|
||||||
|
- Used in Quickshell.
|
||||||
|
- `otf-space-grotesk`
|
||||||
|
- [source](https://events.ccc.de/congress/2024/infos/styleguide.html)
|
||||||
|
- Used in Quickshell and matugen config.
|
||||||
|
- `starship`
|
||||||
|
- Used in Fish config.
|
||||||
|
- `ttf-gabarito-git`
|
||||||
|
- Font name: `Gabarito`
|
||||||
|
- Used in fuzzel and Quickshell config.
|
||||||
|
- `ttf-jetbrains-mono-nerd`
|
||||||
|
- Font name: `JetBrains Mono NF`, `JetBrainsMono Nerd Font`.
|
||||||
|
- Used in foot, kdeglobals, kitty, qt5ct, qt6ct and Quickshell config.
|
||||||
|
- `ttf-material-symbols-variable-git`
|
||||||
|
- Font name: `Material Symbols Rounded`, `Material Symbols Outlined`
|
||||||
|
- Used in Hyprland, matugen, Quickshell and wlogout config.
|
||||||
|
- `ttf-readex-pro`
|
||||||
|
- Font name: `Readex Pro`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `ttf-roboto-flex`
|
||||||
|
- Font name: `Roboto Flex`
|
||||||
|
- Used in Hyprland, matugen and Quickshell config.
|
||||||
|
- `ttf-rubik-vf`
|
||||||
|
- Font name: `Rubik`, `Rubik Light`
|
||||||
|
- Used in Hyprland, kdeglobals, matugen, qt5ct, qt6ct and Quickshell config.
|
||||||
|
- `ttf-twemoji`
|
||||||
|
- Not explicitly used, but it may help as fallback for displaying emoji charaters.
|
||||||
|
|
||||||
|
## illogical-impulse-hyprland
|
||||||
|
- `hypridle`
|
||||||
|
- Used for loginctl to lock session.
|
||||||
|
- `hyprland`
|
||||||
|
- Surely needed.
|
||||||
|
- `hyprlock`
|
||||||
|
- Installed as fallback; its config is also included.
|
||||||
|
- `hyprpicker`
|
||||||
|
- Used in Hyprland and Quickshell config.
|
||||||
|
- `hyprsunset`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `xdg-desktop-portal-hyprland`
|
||||||
|
- DUPLICATE
|
||||||
|
- `wl-clipboard`
|
||||||
|
- Surely needed.
|
||||||
|
|
||||||
|
## illogical-impulse-kde
|
||||||
|
- `bluedevil`
|
||||||
|
- Seems not being used anywhere, maybe a part of KDE settings panel.
|
||||||
|
- `gnome-keyring`
|
||||||
|
- Provide executable `gnome-keyring-daemon`, used in Hyprland and Quickshell config.
|
||||||
|
- `networkmanager`
|
||||||
|
- Basic component.
|
||||||
|
- `plasma-nm`
|
||||||
|
- Seems not being used anywhere, maybe a part of KDE settings panel.
|
||||||
|
- `polkit-kde-agent`
|
||||||
|
- Basic component.
|
||||||
|
- `dolphin`
|
||||||
|
- Used in Hyprland and Quickshell config.
|
||||||
|
- `systemsettings`
|
||||||
|
- Used in Hyprland `keybinds.conf`.
|
||||||
|
|
||||||
|
|
||||||
Notes
|
## illogical-impulse-portal
|
||||||
- Some Hyprland-adjacent packages appear in a legacy removal list as -git variants (e.g., hypridle, hyprlock, xdg-desktop-portal-hyprland). This suggests the meta-packages likely standardized on stable repo versions now.
|
- `xdg-desktop-portal`
|
||||||
- Exact package lists per meta-package should be verified against the PKGBUILD files in sdata/dist-arch/*; the above is aligned with how the code uses these tools.
|
- Basic component.
|
||||||
|
- `xdg-desktop-portal-kde`
|
||||||
|
- Basic component.
|
||||||
|
- `xdg-desktop-portal-gtk`
|
||||||
|
- Basic component.
|
||||||
|
- `xdg-desktop-portal-hyprland`
|
||||||
|
- Basic component.
|
||||||
|
|
||||||
|
## illogical-impulse-python
|
||||||
|
- `clang`
|
||||||
|
- Some python package may need this to be built, e.g. #1235. This may varies on different distros though.
|
||||||
|
- `uv`
|
||||||
|
- Used for python venv.
|
||||||
|
- `gtk4`
|
||||||
|
- Not explicitly used.
|
||||||
|
- `libadwaita`
|
||||||
|
- Not explicitly used.
|
||||||
|
- `libsoup3`
|
||||||
|
- Not explicitly used.
|
||||||
|
- `libportal-gtk4`
|
||||||
|
- Not explicitly used.
|
||||||
|
- `gobject-introspection`
|
||||||
|
- Not explicitly used.
|
||||||
|
|
||||||
|
## illogical-impulse-screencapture
|
||||||
|
- `hyprshot`
|
||||||
|
- Used in Hyprland `keybinds.conf` as fallback.
|
||||||
|
- `slurp`
|
||||||
|
- Used in Hyprland and Quickshell config.
|
||||||
|
- `swappy`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `tesseract`
|
||||||
|
- Used in Quickshell and Hyprland config.
|
||||||
|
- `tesseract-data-eng`
|
||||||
|
- Used as data for tesseract.
|
||||||
|
- `wf-recorder`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
|
||||||
|
|
||||||
|
## illogical-impulse-toolkit
|
||||||
|
- `upower`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `wtype`
|
||||||
|
- Used in Hyprland `scripts/fuzzel-emoji.sh`
|
||||||
|
- `ydotool`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
|
||||||
|
## illogical-impulse-widgets
|
||||||
|
- `fuzzel`
|
||||||
|
- Used in Hyprland and Quickshell config; its config is also included.
|
||||||
|
- `glib2`
|
||||||
|
- Provides executable `gsettings`
|
||||||
|
- Used in install script, also in matugen and quickshell config.
|
||||||
|
- `imagemagick`
|
||||||
|
- Provides executable: `magick`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `hypridle` (DUPLICATE)
|
||||||
|
- `hyprutils` (DUPLICATE)
|
||||||
|
- `hyprlock` (DUPLICATE)
|
||||||
|
- `hyprpicker` (DUPLICATE)
|
||||||
|
- `songrec`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `translate-shell`
|
||||||
|
- Used in Quickshell config.
|
||||||
|
- `wlogout`
|
||||||
|
- Used in Hyprland config.
|
||||||
|
|
||||||
|
|
||||||
|
# Actual packages
|
||||||
|
## illogical-impulse-quickshell-git
|
||||||
|
- Pinned commit.
|
||||||
|
- Also with extra dependencies (mainly Qt things) needed by the illogical-impulse Quickshell config.
|
||||||
|
|
||||||
|
Extra dependencies.
|
||||||
|
- `qt6-base`
|
||||||
|
- `qt6-declarative`
|
||||||
|
- `qt6-5compat`
|
||||||
|
- `qt6-avif-image-plugin`
|
||||||
|
- `qt6-imageformats`
|
||||||
|
- `qt6-multimedia`
|
||||||
|
- `qt6-positioning`
|
||||||
|
- `qt6-quicktimeline`
|
||||||
|
- `qt6-sensors`
|
||||||
|
- `qt6-svg`
|
||||||
|
- `qt6-tools`
|
||||||
|
- `qt6-translations`
|
||||||
|
- `qt6-virtualkeyboard`
|
||||||
|
- `qt6-wayland`
|
||||||
|
- `kdialog`
|
||||||
|
- `syntax-highlighting`
|
||||||
|
|
||||||
|
## illogical-impulse-bibata-modern-classic-bin
|
||||||
|
- [source](https://github.com/ful1e5/Bibata_Cursor)
|
||||||
|
- Used in Hyprland config, not necessary.
|
||||||
|
## illogical-impulse-microtex-git
|
||||||
|
- [source](https://github.com/NanoMichael/MicroTeX)
|
||||||
|
- This package will be installed as `/opt/MicroTeX`.
|
||||||
|
## illogical-impulse-oneui4-icons-git
|
||||||
|
- [source](https://github.com/end-4/OneUI4-Icons)
|
||||||
|
- Customed version of normal oneui4-icons.
|
||||||
|
|||||||
@@ -48,90 +48,87 @@
|
|||||||
# hyprlock pamtester
|
# hyprlock pamtester
|
||||||
|
|
||||||
|
|
||||||
# NOTE: below are migrated from dist-arch. For each package, must know why it's needed and how it's used specifically, cuz things may be need tweak to properly use the package installed by Nix, for example those have hardcoded path /usr/* .
|
# NOTE: below are migrated from dist-arch. For each package, must know why it's needed and how it's used specifically, cuz things may be need tweak to properly use the package installed by Nix, for example those have hardcoded path /usr/* . See sdata/deps-info.md
|
||||||
### illogical-impulse-audio
|
### illogical-impulse-audio
|
||||||
libcava #cava (Used in Quickshell config)
|
libcava #cava
|
||||||
lxqt.pavucontrol-qt #pavucontrol-qt (Used in Hyprland and Quickshell config)
|
lxqt.pavucontrol-qt #pavucontrol-qt
|
||||||
wireplumber #wireplumber (not explicitly used)
|
wireplumber #wireplumber
|
||||||
pipewire #pipewire-pulse (not explicitly used)
|
pipewire #pipewire-pulse
|
||||||
libdbusmenu-gtk3 #libdbusmenu-gtk3 (not explicitly used)
|
libdbusmenu-gtk3 #libdbusmenu-gtk3
|
||||||
playerctl #playerctl (Used in Hyprland and Quickshell config)
|
playerctl #playerctl
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-backlight
|
### illogical-impulse-backlight
|
||||||
(geoclue2.override { withDemoAgent = true; }) #geoclue (which demo agent used in Quickshell config)
|
(geoclue2.override { withDemoAgent = true; }) #geoclue
|
||||||
brightnessctl #brightnessctl (Used in Hyprland and Quickshell config)
|
brightnessctl #brightnessctl
|
||||||
ddcutil #ddcutil (Used in Quickshell config)
|
ddcutil #ddcutil
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-basic
|
### illogical-impulse-basic
|
||||||
bc #bc (Used in quickshell/ii/scripts/colors/switchwall.sh for example)
|
bc #bc
|
||||||
uutils-coreutils-noprefix #coreutils (Too many executables involved, not sure where been used)
|
uutils-coreutils-noprefix #coreutils
|
||||||
cliphist #cliphist (Used in Hyprland and Quickshell config)
|
cliphist #cliphist
|
||||||
cmake #cmake (Used in building quickshell and MicroTeX)
|
cmake #cmake
|
||||||
curlFull #curl (Used in Quickshell config)
|
curlFull #curl
|
||||||
wget #wget (Used in Quickshell config)
|
wget #wget
|
||||||
ripgrep #ripgrep (Not sure where been used)
|
ripgrep #ripgrep
|
||||||
jq #jq (Widely used)
|
jq #jq
|
||||||
xdg-user-dirs #xdg-user-dirs (Used in Hyprland and Quickshell config)
|
xdg-user-dirs #xdg-user-dirs
|
||||||
rsync #rsync (Used in install script)
|
rsync #rsync
|
||||||
yq-go #go-yq (Used in install script)
|
yq-go #go-yq
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-bibata-modern-classic-bin
|
### illogical-impulse-bibata-modern-classic-bin
|
||||||
bibata-cursors #https://github.com/ful1e5/Bibata_Cursor (Used in Hyprland config, not necessary)
|
bibata-cursors
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-fonts-themes
|
### illogical-impulse-fonts-themes
|
||||||
adw-gtk3 #adw-gtk-theme-git (https://github.com/lassekongo83/adw-gtk3) (Used in Quickshell config)
|
adw-gtk3 #adw-gtk-theme-git
|
||||||
kdePackages.breeze kdePackages.breeze-icons #breeze (Used in kdeglobals config)
|
kdePackages.breeze kdePackages.breeze-icons #breeze
|
||||||
#breeze-plus (https://github.com/mjkim0727/breeze-plus) (TODO: Not available as nixpkg) (Used in kde-material-you-colors config)
|
#breeze-plus (TODO: Not available as nixpkg)
|
||||||
darkly darkly-qt5 #darkly-bin (darkly is supposed to be set as the theme for Qt apps, just have not figured out how to properly set it yet.)
|
darkly darkly-qt5 #darkly-bin
|
||||||
eza #eza (Used in Fish config: `alias ls 'eza --icons'`)
|
eza #eza
|
||||||
#fish (Install via system PM instead; TODO: should install via nix in future when authentication problem fixed)
|
#fish (Currently install via system PM; TODO: should install via nix in future when authentication problem fixed)
|
||||||
fontconfig #fontconfig (Basic thing)
|
fontconfig #fontconfig
|
||||||
kitty #kitty (Used in fuzzel, Hyprland, kdeglobals and Quickshell config; kitty config is also included as dots)
|
kitty #kitty (Used in fuzzel, Hyprland, kdeglobals and Quickshell config; kitty config is also included as dots)
|
||||||
matugen #matugen-bin (Used in Quickshell)
|
matugen #matugen-bin (Used in Quickshell)
|
||||||
#otf-space-grotesk (https://events.ccc.de/congress/2024/infos/styleguide.html) (TODO: Not available as Nixpkg) (Used in Quickshell and matugen config)
|
#otf-space-grotesk (TODO: Not available as Nixpkg)
|
||||||
starship #starship (Used in Fish config)
|
starship #starship
|
||||||
#ttf-gabarito-git (Font name: Gabarito) (Used in fuzzel and Quickshell config) (TODO: Not available as Nixpkg)
|
#ttf-gabarito-git (TODO: Not available as Nixpkg)
|
||||||
nerd-fonts.jetbrains-mono #ttf-jetbrains-mono-nerd (Font name: JetBrains Mono NF, JetBrainsMono Nerd Font) (Used in foot, kdeglobals, kitty, qt5ct, qt6ct and Quickshell config)
|
nerd-fonts.jetbrains-mono #ttf-jetbrains-mono-nerd
|
||||||
material-symbols #ttf-material-symbols-variable-git (Font name: Material Symbols Rounded, Material Symbols Outlined) (Used in Hyprland, matugen, Quickshell and wlogout config)
|
material-symbols #ttf-material-symbols-variable-git
|
||||||
#ttf-readex-pro (Font name: Readex Pro) (Used in Quickshell config) (TODO: seems not available as nixpkg)
|
#ttf-readex-pro (TODO: seems not available as nixpkg)
|
||||||
roboto-flex #ttf-roboto-flex (Font name: Roboto Flex) (Used in Hyprland, matugen and Quickshell config)
|
roboto-flex #ttf-roboto-flex
|
||||||
rubik #ttf-rubik-vf (Font name: Rubik, Rubik Light) (Used in Hyprland, kdeglobals, matugen, qt5ct, qt6ct and Quickshell config)
|
rubik #ttf-rubik-vf
|
||||||
twemoji-color-font #ttf-twemoji (Not explicitly used, but it may help as fallback for displaying emoji charaters)
|
twemoji-color-font #ttf-twemoji
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-hyprland
|
### illogical-impulse-hyprland
|
||||||
hypridle #hypridle (Used for loginctl to lock session)
|
hypridle #hypridle
|
||||||
#hyprland (Need NixGL, included elsewhere)
|
#hyprland
|
||||||
#hyprlock (Should not be installed via Nix; TODO: should install via nix in future when authentication problem fixed)
|
#hyprlock (Should not be installed via Nix; TODO: should install via nix in future when authentication problem fixed)
|
||||||
hyprpicker #hyprpicker (Used in Hyprland and Quickshell config)
|
hyprpicker #hyprpicker
|
||||||
hyprsunset #hyprsunset (Used in Quickshell config)
|
hyprsunset #hyprsunset
|
||||||
#xdg-desktop-portal-hyprland (DUPLICATE)
|
#xdg-desktop-portal-hyprland (DUPLICATE)
|
||||||
wl-clipboard #wl-clipboard (Surely needed)
|
wl-clipboard #wl-clipboard
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-kde
|
### illogical-impulse-kde
|
||||||
kdePackages.bluedevil #bluedevil (Seems not being used anywhere, maybe a part of KDE settings panel)
|
kdePackages.bluedevil #bluedevil
|
||||||
#gnome-keyring #gnome-keyring (TODO: Install via system PM instead; should install via nix in future when authentication problem fixed) (Provide executable gnome-keyring-daemon, used in Hyprland and Quickshell config)
|
#gnome-keyring #gnome-keyring (TODO: Install via system PM instead; should install via nix in future when authentication problem fixed)
|
||||||
networkmanager #networkmanager
|
networkmanager #networkmanager
|
||||||
kdePackages.plasma-nm #plasma-nm (Seems not being used anywhere, maybe a part of KDE settings panel)
|
kdePackages.plasma-nm #plasma-nm
|
||||||
#polkit-kde-agent (TODO: Install via system PM instead; should install via nix in future when authentication problem fixed)
|
#polkit-kde-agent (TODO: Install via system PM instead; should install via nix in future when authentication problem fixed)
|
||||||
kdePackages.dolphin #dolphin (Used in Hyprland and Quickshell config)
|
kdePackages.dolphin #dolphin
|
||||||
kdePackages.systemsettings #systemsettings (Used in Hyprland keybinds.conf)
|
kdePackages.systemsettings #systemsettings
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-microtex-git
|
### illogical-impulse-microtex-git
|
||||||
# This package will be installed as /opt/MicroTeX
|
|
||||||
#MicroTeX#https://github.com/NanoMichael/MicroTeX
|
|
||||||
# TODO: Not available as nixpkg
|
# TODO: Not available as nixpkg
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-oneui4-icons-git
|
### illogical-impulse-oneui4-icons-git
|
||||||
#OneUI4-Icons#https://github.com/end-4/OneUI4-Icons
|
# TODO: Customed version of normal oneui4-icons, need to make a package
|
||||||
# TODO: Custom repo, need to make a package
|
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-portal
|
### illogical-impulse-portal
|
||||||
@@ -142,41 +139,41 @@
|
|||||||
|
|
||||||
|
|
||||||
### illogical-impulse-python
|
### illogical-impulse-python
|
||||||
#clang (Some python package may need this to be built, e.g. #1235; However when cmake is installed by Nix, then pkg-config, cairo etc will be used but they can only be accessible in Nix development environment for example nix-shell, nix develop, etc. See `sdata/uv/shell.nix`. )
|
#clang (Not needed for Nix. However, when cmake is installed by Nix, then pkg-config, cairo etc will be used but they can only be accessible in Nix development environment for example nix-shell, nix develop, etc. See `sdata/uv/shell.nix`. )
|
||||||
uv #uv (Used for python venv)
|
uv #uv
|
||||||
gtk4 #gtk4 (Not explicitly used)
|
gtk4 #gtk4
|
||||||
libadwaita #libadwaita (Not explicitly used)
|
libadwaita #libadwaita
|
||||||
libsoup_3 #libsoup3 (Not explicitly used)
|
libsoup_3 #libsoup3
|
||||||
libportal-gtk4 #libportal-gtk4 (Not explicitly used)
|
libportal-gtk4 #libportal-gtk4
|
||||||
gobject-introspection #gobject-introspection (Not explicitly used)
|
gobject-introspection #gobject-introspection
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-screencapture
|
### illogical-impulse-screencapture
|
||||||
hyprshot #hyprshot (Used in Hyprland keybinds.conf as fallback)
|
hyprshot #hyprshot
|
||||||
slurp #slurp (Used in Hyprland and Quickshell config)
|
slurp #slurp
|
||||||
swappy #swappy (Used in Quickshell config)
|
swappy #swappy
|
||||||
tesseract #tesseract (Used in Quickshell and Hyprland config)
|
tesseract #tesseract
|
||||||
#tesseract-data-eng (Used as data for tesseract) (TODO: Seems not available as nixpkg)
|
#tesseract-data-eng (TODO: Seems not available as nixpkg)
|
||||||
wf-recorder #wf-recorder (Used in Quickshell config)
|
wf-recorder #wf-recorder
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-toolkit
|
### illogical-impulse-toolkit
|
||||||
upower #upower (Used in Quickshell config)
|
upower #upower
|
||||||
wtype #wtype (Used in Hyprland scripts/fuzzel-emoji.sh)
|
wtype #wtype
|
||||||
ydotool #ydotool (Used in Quickshell config)
|
ydotool #ydotool
|
||||||
|
|
||||||
|
|
||||||
### illogical-impulse-widgets
|
### illogical-impulse-widgets
|
||||||
fuzzel #fuzzel (Used in Hyprland and Quickshell config; its config is also included)
|
fuzzel #fuzzel
|
||||||
glib #glib2 (Provide executable gsettings) (Used in install script, also in matugen and quickshell config)
|
glib #glib2
|
||||||
imagemagick #imagemagick (Provide executable: magick) (Used in Quickshell config)
|
imagemagick #imagemagick
|
||||||
#hypridle (DUPLICATE)
|
#hypridle (DUPLICATE)
|
||||||
#hyprutils (DUPLICATE)
|
#hyprutils (DUPLICATE)
|
||||||
#hyprlock (DUPLICATE)
|
#hyprlock (DUPLICATE)
|
||||||
#hyprpicker (DUPLICATE)
|
#hyprpicker (DUPLICATE)
|
||||||
songrec #songrec (Used in Quickshell config)
|
songrec #songrec
|
||||||
translate-shell #translate-shell (Used in Quickshell config)
|
translate-shell #translate-shell
|
||||||
wlogout #wlogout (Used in Hyprland config)
|
wlogout #wlogout
|
||||||
|
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ in pkgs.stdenv.mkDerivation {
|
|||||||
qt6.qttranslations #qt6-translations
|
qt6.qttranslations #qt6-translations
|
||||||
qt6.qtvirtualkeyboard #qt6-virtualkeyboard
|
qt6.qtvirtualkeyboard #qt6-virtualkeyboard
|
||||||
qt6.qtwayland #qt6-wayland
|
qt6.qtwayland #qt6-wayland
|
||||||
kdePackages.kdialog #kdialog (Used in Quickshell config)
|
kdePackages.kdialog #kdialog
|
||||||
kdePackages.syntax-highlighting #syntax-highlighting (Used in Quickshell config)
|
kdePackages.syntax-highlighting #syntax-highlighting
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user