I’m trying to develop kirigami applications and I’m finding it nearly impossible to get things setup up correctly. I was developing something whilst on Arch for quite a while, but now am on NixOS and can’t get things setup correctly. I am trying to just at the very least get it to work without needing a nix-shell or nix develop environment so that I know how it’s supposed to look. I can get it to build and launch under nix develop, but it won’t pick up on plasma themes so I’m wanting to make sure it looks correctly with various themes.
Any help? I’m using plasma and here are the packages I have installed in my config file.
gnumake
gcc
gdb
clang
clang-tools
cmake
qtcreator
extra-cmake-modules
pkg-config
libsForQt5.wrapQtAppsHook
# LIBRARIES FOR DEV
qt5.full
qt5.qtbase
qt5.qtquickcontrols2
qt5.qtx11extras
libsForQt5.appstream-qt
libsForQt5.kdelibs4support
libsForQt5.kirigami2
libsForQt5.ki18n
libsForQt5.kcoreaddons
# plasma5Packages.kirigami2
sqlite
Also, I prefer not using qtcreator if that matters at all. I’m developing it with emacs and would really like to just call my compile commands from within there, but I can parse that out so long as I can figure out how to do it from a shell at least. Any ideas?