Files
NixOS/modules/hyprlock/default.nix
Cookiez c6862c78db - Formatted everything using Alejandra
- Added 'ncli format' as a quick command to format everything
2026-03-11 16:03:16 +01:00

18 lines
179 B
Nix

{
config,
inputs,
pkgs,
...
}: {
imports = [
];
home-manager.sharedModules = [
./home.nix
];
environment.systemPackages = with pkgs; [
hyprlock
];
}