Skip to content

Commit

Permalink
style: curly brace closer to func sig
Browse files Browse the repository at this point in the history
  • Loading branch information
jtara1 committed Feb 5, 2024
1 parent ac61197 commit 7a5d4a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
entryAfter = home-manager.lib.hm.dag.entryAfter;
in
{
in {
packages.${system} = {
nerd-dictation = import ./dictation/nerd-dictation { inherit pkgs; };
nerd-dictation-model = import ./dictation/nerd-dictation/model.nix { inherit pkgs; };
};

nixosModules.default = { pkgs, ... }:
{
nixosModules.default = { pkgs, ... }: {
imports = [
(import ./dictation/desktop-app.nix { inherit pkgs entryAfter; })
];
Expand Down

0 comments on commit 7a5d4a0

Please sign in to comment.