feat: rokit, EDITOR=nvim -> programs.neovim

This commit is contained in:
2025-01-26 05:56:45 +00:00
parent ede0370428
commit 7b7b7fad75
28 changed files with 52 additions and 21 deletions

3
nix/flake.nix Normal file → Executable file
View File

@@ -6,6 +6,8 @@
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
rokit.url = "github:rocketcamel/rokit-nix";
rokit.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@@ -52,6 +54,7 @@
"nix-command"
"flakes"
];
environment.systemPackages = [ inputs.rokit.packages.x86_64-linux.rokit ];
}
]
++ (