mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
Try to use home-manager
This commit is contained in:
parent
32728e5ea9
commit
62785421a4
2 changed files with 70 additions and 55 deletions
|
@ -9,7 +9,8 @@
|
|||
inputs.neovim-nightly.overlay
|
||||
];
|
||||
|
||||
nixosModules.nixvim = import ./nixvim.nix;
|
||||
nixosModules.nixvim = import ./nixvim.nix false;
|
||||
homeManagerModules.nixvim = import ./nixvim.nix true;
|
||||
|
||||
# This is a simple container for testing
|
||||
nixosConfigurations.container = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue