feat: Expose neovim config as a package
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
@@ -8,7 +7,7 @@
|
||||
# Include the results of the hardware scan.
|
||||
./services
|
||||
./mirai.nix
|
||||
./docker.nix
|
||||
# ./docker.nix
|
||||
];
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
sops = {
|
||||
|
||||
@@ -248,6 +248,7 @@
|
||||
systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
(nixvim.makeNixvim (import ../../neovim))
|
||||
qpwgraph
|
||||
hyprland
|
||||
xorg.xhost
|
||||
|
||||
Reference in New Issue
Block a user