Skip to content

Commit

Permalink
Matugen package, firefox youtube search
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Dec 1, 2024
1 parent bb7b27e commit 3ada2e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/programs/browsers/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ in {
URLTemplate = "https://old.reddit.com/search?q={searchTerms}";
Alias = "!r";
}
{
name = "Youtube";
Description = "Search Youtube";
Method = "GET";
URLTemplate = "https://www.youtube.com/results?search_query={searchTerms}";
Alias = "!yt";
}
];
};

Expand Down
1 change: 1 addition & 0 deletions home/specialisations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

programs.matugen = {
enable = false;
package = pkgs.matugen;
wallpaper = config.theme.wallpaper;
};
}

0 comments on commit 3ada2e6

Please sign in to comment.