feat: rokit, EDITOR=nvim -> programs.neovim
This commit is contained in:
3
nix/flake.nix
Normal file → Executable file
3
nix/flake.nix
Normal file → Executable 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 ];
|
||||
}
|
||||
]
|
||||
++ (
|
||||
|
||||
Reference in New Issue
Block a user