created quickshell template
This commit is contained in:
parent
e6497f3215
commit
8443084c3a
3 changed files with 47 additions and 1 deletions
8
parts/templates/default.nix
Normal file
8
parts/templates/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
flake.templates = {
|
||||
qs = {
|
||||
path = ./quickshell;
|
||||
description = "QuickShell developement flake";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue