Skip to content

Commit eb55f25

Browse files
committed
Update dist-nix
1 parent a60f917 commit eb55f25

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

sdata/dist-nix/home-manager/home.nix

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,22 @@
166166

167167
### illogical-impulse-toolkit
168168
kdePackages.kdialog #kdialog (Used in Quickshell config)
169-
# TODO: Deal with qt6 things, see https://nixos.wiki/wiki/Qt
170-
#qt6-5compat (Maybe for some qt support)
171-
#qt6-avif-image-plugin (Maybe for some qt support)
172-
#qt6-base (Maybe for some qt support)
173-
#qt6-declarative (Maybe for some qt support)
174-
#qt6-imageformats (Maybe for some qt support)
175-
#qt6-multimedia (Maybe for some qt support)
176-
#qt6-positioning (Maybe for some qt support)
177-
#qt6-quicktimeline (Maybe for some qt support)
178-
#qt6-sensors (Maybe for some qt support)
179-
#qt6-svg (Maybe for some qt support)
180-
#qt6-tools (Maybe for some qt support)
181-
#qt6-translations (Maybe for some qt support)
182-
#qt6-virtualkeyboard (Maybe for some qt support)
183-
#qt6-wayland (Maybe for some qt support)
169+
# https://nixos.wiki/wiki/Qt
170+
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/qt-6/srcs.nix
171+
qt6.qt5compat #qt6-5compat
172+
#qt6.qtimageformats (TODO: really?) #qt6-avif-image-plugin
173+
qt6.qtbase #qt6-base
174+
qt6.qtdeclarative #qt6-declarative
175+
qt6.qtimageformats #qt6-imageformats
176+
qt6.qtmultimedia #qt6-multimedia
177+
qt6.qtpositioning #qt6-positioning
178+
qt6.qtquicktimeline #qt6-quicktimeline
179+
qt6.qtsensors #qt6-sensors
180+
qt6.qtsvg #qt6-svg
181+
qt6.qttools #qt6-tools
182+
qt6.qttranslations #qt6-translations
183+
qt6.qtvirtualkeyboard #qt6-virtualkeyboard
184+
qt6.qtwayland #qt6-wayland
184185
kdePackages.syntax-highlighting #syntax-highlighting (Used in Quickshell config)
185186
upower #upower (Used in Quickshell config)
186187
wtype #wtype (Used in Hyprland scripts/fuzzel-emoji.sh)

0 commit comments

Comments
 (0)