Skip to content

Commit

Permalink
Refactor flake.lock and flake.nix: Update repository owners to lowerc…
Browse files Browse the repository at this point in the history
…ase and restructure inputs for improved consistency; add new input for astal
  • Loading branch information
ryanwclark committed Dec 6, 2024
1 parent 184a82a commit d3d95c1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 35 deletions.
75 changes: 41 additions & 34 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
ags.url = "github:Aylur/ags";
ags = {
url = "github:aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
};
astal = {
url = "github:aylur/astal";
inputs.nixpkgs.follows = "nixpkgs";
};
matugen = {
url = "github:/InioX/Matugen";
};
Expand Down
4 changes: 4 additions & 0 deletions home/features/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@
"[templ]" = {
"editor.defaultFormatter" = "a-h.templ";
};

"database-client.autoSync" = false;
"database-client.telemetry.usesOnlineServices" = false;

};
};
};
Expand Down

0 comments on commit d3d95c1

Please sign in to comment.