This commit is contained in:
shibazaki 2025-01-18 12:47:32 +01:00
parent 689580d7b7
commit ac64f3a874
4 changed files with 2340 additions and 2 deletions

2333
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nvf.url = "git+https://gitea.homework.zip/five/neovim";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";

7
nixos/system/neovim.nix Normal file
View File

@ -0,0 +1,7 @@
{inputs, pkgs, config, ...}:
{
environment.systemPackages = [
inputs.nvf.packages.x86_64-linux.default
];
}

View File

@ -19,6 +19,7 @@
./../../nixos/system/stylix.nix
./../../nixos/system/system-settings.nix
./../../nixos/system/asus.nix
./../../nixos/system/neovim.nix
];
# Global configuration