flake: move neovim-nightly overlay to blossom-only
This commit is contained in:
parent
8a7c383296
commit
9057a029ab
2 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,6 @@
|
|||
outputs = { self, agenix, nixpkgs, nixpkgs-porcupine, ... } @ inputs:
|
||||
let
|
||||
overlays = (import ./overlays)
|
||||
++ [inputs.neovim-nightly.overlay]
|
||||
++ [inputs.powercord-overlay.overlay]
|
||||
++ [(final: prev: {
|
||||
me = prev.callPackage ./packages { inherit inputs; } // { inherit inputs; };
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
system.stateVersion = "21.11";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlay ];
|
||||
age.secrets = {
|
||||
passwd.file = ../../secrets/passwd.age;
|
||||
wg_blossom.file = ../../secrets/wg_blossom.age;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue