Skip to content

Commit

Permalink
bump flake
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Dec 4, 2024
1 parent 6d77849 commit 76ab995
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 42 deletions.
112 changes: 71 additions & 41 deletions flake.lock

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

3 changes: 3 additions & 0 deletions home/editors/vscode/extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

# Docker
ms-azuretools.vscode-docker

# Svelte
svelte.svelte-vscode
])
++ (with pkgs.vscode-extensions; [
# Python
Expand Down
7 changes: 6 additions & 1 deletion home/editors/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
continue = {
"continue.telemetryEnabled" = false;
};

svelte = {
"svelte.enable-ts-plugin" = true;
};
in {
programs.vscode.userSettings =
{}
Expand All @@ -96,5 +100,6 @@ in {
// formatter
// nix
// python
// continue;
// continue
// svelte;
}
7 changes: 7 additions & 0 deletions home/programs/browsers/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ in {
URLTemplate = "https://www.youtube.com/results?search_query={searchTerms}";
Alias = "!yt";
}
{
name = "Google";
Description = "Search Google";
Method = "GET";
URLTemplate = "https://www.google.com/search?q={searchTerms}";
Alias = "!g";
}
];
};

Expand Down

0 comments on commit 76ab995

Please sign in to comment.