whole flake: working flake-parts

This commit is contained in:
Charlie Root 2024-07-21 20:14:19 +02:00
commit ed864615e7
16 changed files with 350 additions and 283 deletions

View file

@ -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.
'';