uiui
This commit is contained in:
parent
07b57955e6
commit
fc3b2f0857
@ -2,9 +2,12 @@
|
||||
{
|
||||
description = "My own Neovim flake";
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs";
|
||||
};
|
||||
neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim";
|
||||
};
|
||||
outputs = { self, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
nixosModules.flake = {config, pkgs, ...} :
|
||||
{
|
||||
environment.systemPackages = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user