feat: remove nixos module

This commit is contained in:
NotAShelf 2023-04-17 22:56:05 +03:00
parent 8da2a02904
commit 7a71f06763
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -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];};
}; };
}; };