last 7 months of qs changes
This commit is contained in:
parent
2c64563ade
commit
4b90113a54
103 changed files with 3467 additions and 1415 deletions
3
modules/user/modules/quickshell/shell/shell.nix
Normal file
3
modules/user/modules/quickshell/shell/shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
packages = [ pkgs.qt6.qtdeclarative ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue