Make hyprland more usable.
This commit is contained in:
parent
5bc148601a
commit
229a016f5b
2 changed files with 26 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue