nvf
This commit is contained in:
parent
689580d7b7
commit
ac64f3a874
2333
flake.lock
generated
2333
flake.lock
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
|
nvf.url = "git+https://gitea.homework.zip/five/neovim";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-24.11";
|
url = "github:nix-community/home-manager/release-24.11";
|
||||||
|
|||||||
7
nixos/system/neovim.nix
Normal file
7
nixos/system/neovim.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{inputs, pkgs, config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = [
|
||||||
|
inputs.nvf.packages.x86_64-linux.default
|
||||||
|
];
|
||||||
|
}
|
||||||
@ -19,6 +19,7 @@
|
|||||||
./../../nixos/system/stylix.nix
|
./../../nixos/system/stylix.nix
|
||||||
./../../nixos/system/system-settings.nix
|
./../../nixos/system/system-settings.nix
|
||||||
./../../nixos/system/asus.nix
|
./../../nixos/system/asus.nix
|
||||||
|
./../../nixos/system/neovim.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Global configuration
|
# Global configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user