Skip to content

Commit

Permalink
Fix indentation in flake.nix for Ansible home manager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Jan 24, 2025
1 parent f2b0454 commit f5c97a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@
extraSpecialArgs = {
inherit inputs outputs;
};
"ryanc@ansible" = lib.homeManagerConfiguration {
};
"ryanc@ansible" = lib.homeManagerConfiguration {
modules = [
stylix.homeManagerModules.stylix
./home/ansible.nix
Expand Down

0 comments on commit f5c97a9

Please sign in to comment.