Format
This commit is contained in:
parent
5ab8759f0b
commit
ac31709f4e
3 changed files with 12 additions and 12 deletions
|
|
@ -17,8 +17,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = inputs: inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
outputs = inputs:
|
||||
inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
src = ./.;
|
||||
|
||||
overlays = with inputs; [
|
||||
|
|
@ -30,12 +31,12 @@
|
|||
formatter = channels.nixpkgs.alejandra;
|
||||
};
|
||||
|
||||
snowfall = {
|
||||
snowfall = {
|
||||
namespace = "custom";
|
||||
meta = {
|
||||
name = "KyleKrein's emacs configuration powered by Nix";
|
||||
title = "KyleKrein's emacs configuration powered by Nix";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue