Group modules into feature directories
This commit is contained in:
parent
0baed7e6f6
commit
9782272a76
49 changed files with 244 additions and 83 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
programs.pet = {
|
||||
enable = true;
|
||||
|
||||
snippets = [
|
||||
{
|
||||
command = "nix flake lock --update-input <input-name>";
|
||||
description = "Display a log of a Git repository, showing each commit on its own line.";
|
||||
output = "";
|
||||
tag = [ "git" ];
|
||||
}
|
||||
|
||||
{
|
||||
command = "nix flake lock --update-input opdavies-nvim";
|
||||
description = "Update a single input within a Nix flake.";
|
||||
output = "";
|
||||
tag = [
|
||||
"nix"
|
||||
"nix-flake"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue