init
This commit is contained in:
commit
c5a26648be
13 changed files with 1211 additions and 0 deletions
8
modules/features/noctalia.nix
Normal file
8
modules/features/noctalia.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ 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