- Formatted everything using Alejandra
- Added 'ncli format' as a quick command to format everything
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
{pkgs, inputs, username, ...}:
|
||||
{
|
||||
|
||||
pkgs,
|
||||
inputs,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
];
|
||||
|
||||
programs = {
|
||||
hyprlock.enable = true;
|
||||
hyprlock.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user