add hyprland with noctalia feature
This commit is contained in:
parent
52bad886ca
commit
e1f644067f
10 changed files with 408 additions and 9 deletions
11
modules/packages/noctalia/default.nix
Normal file
11
modules/packages/noctalia/default.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue