refactor!: use inputs directly instead of overlays
This commit is contained in:
parent
6ceddb1f94
commit
a3289ee611
5 changed files with 7 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, inputs
|
||||
, ...
|
||||
} @ args:
|
||||
|
||||
|
|
@ -60,6 +61,7 @@ in
|
|||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
home-manager.users.moritz = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue