mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Cleanup
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -11,9 +11,7 @@
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
/*
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
*/
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
|
||||
darwin = {
|
||||
url = "github:lnl7/nix-darwin";
|
||||
@@ -61,9 +59,7 @@
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./modules/overlays)
|
||||
/*
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
*/
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
@@ -120,9 +116,7 @@
|
||||
({config, ...}: {
|
||||
config = {
|
||||
nixpkgs.overlays = [
|
||||
/*
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
*/
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
(import ./modules/overlays)
|
||||
];
|
||||
home-manager = {
|
||||
|
Reference in New Issue
Block a user