Make hyprland more usable.

This commit is contained in:
Kevin Baensch 2024-05-09 13:28:32 +02:00
parent 5bc148601a
commit 229a016f5b
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 26 additions and 5 deletions

View file

@ -71,7 +71,12 @@
in
nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = attrs // {inherit fn;};
specialArgs =
attrs
// {
inherit system;
inherit fn;
};
modules =
[
(toString ./options/machine.nix)