non important commit
This commit is contained in:
parent
cb2c336e17
commit
069a5df2b9
7 changed files with 259 additions and 171 deletions
10
configuration/modules/dots/quick_shell/shell.nix
Normal file
10
configuration/modules/dots/quick_shell/shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.qt6.qtbase
|
||||
pkgs.qt6.qtdeclarative
|
||||
pkgs.qt6.qtwayland
|
||||
pkgs.qtcreator
|
||||
pkgs.quickshell
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue