add hyprland with noctalia feature

This commit is contained in:
jackjohn7 2026-03-29 00:15:57 -05:00
parent 52bad886ca
commit e1f644067f
10 changed files with 408 additions and 9 deletions

View file

@ -0,0 +1,11 @@
{ self, inputs, ... }:
{
perSystem =
{ pkgs, ... }:
{
packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
inherit pkgs;
settings = (builtins.fromJSON (builtins.readFile ./noctalia.json)).settings;
};
};
}

File diff suppressed because it is too large Load diff