Skip to content

Commit

Permalink
homeManagerModules: moved imports from flake
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jul 9, 2024
1 parent f747255 commit 5c3e4f6
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 389 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@
home-manager = {
backupFileExtension = "backup";
extraSpecialArgs = {inherit inputs self;};

sharedModules = [
inputs.agenix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
inputs.nur.hmModules.nur
self.homeManagerModules.default
];

useGlobalPkgs = true;
useUserPackages = true;
};
Expand Down
7 changes: 5 additions & 2 deletions homeManagerModules/apps/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
pkgs,
lib,
config,
inputs,
lib,
pkgs,
...
}: {
imports = [inputs.nixvim.homeManagerModules.default];

config = lib.mkIf config.ar.home.apps.neovim.enable {
programs.nixvim = {
enable = true;
Expand Down
Loading

0 comments on commit 5c3e4f6

Please sign in to comment.