whole flake: working flake-parts
This commit is contained in:
parent
147dedbca8
commit
ed864615e7
16 changed files with 350 additions and 283 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
inputs',
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
@ -34,7 +34,7 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = package;
|
||||
default = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
default = inputs'.hyprland.packages.hyprland;
|
||||
description = ''
|
||||
The Hyprland package to be used.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue