non important commit
This commit is contained in:
parent
ae7d85c9a5
commit
f986a05562
3 changed files with 1 additions and 29 deletions
16
configuration/modules/dots/quick_shell/hello
Normal file
16
configuration/modules/dots/quick_shell/hello
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs = {nixpkgs, ...}: let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
qmlPackages = [
|
||||
pkgs.quickshell
|
||||
pkgs.kdePackages.qtdeclarative
|
||||
];
|
||||
in {
|
||||
devShells.x86_64-linux.default = pkgs.mkShell {
|
||||
packages = qmlPackages;
|
||||
QML_IMPORT_PATH = pkgs.lib.makeSearchPathOutput "lib" "lib/qt-6/qml" qmlPackages;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue