mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
feat: remove nixos module
This commit is contained in:
parent
8da2a02904
commit
7a71f06763
1 changed files with 1 additions and 12 deletions
13
flake.nix
13
flake.nix
|
@ -32,18 +32,6 @@
|
||||||
inherit (import ./extra.nix inputs) neovimConfiguration;
|
inherit (import ./extra.nix inputs) neovimConfiguration;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
nixosModules.default = {
|
|
||||||
home-manager.sharedModules = [
|
|
||||||
./lib/module
|
|
||||||
];
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
inputs.tidalcycles.overlays.default
|
|
||||||
inputs.self.overlays.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
homeManagerModules = {
|
homeManagerModules = {
|
||||||
neovim-flake = {
|
neovim-flake = {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -61,6 +49,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
devShells.default = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
|
devShells.default = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue