mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-06-22 05:31:16 +02:00
i hate my life
This commit is contained in:
parent
b85f0a45d6
commit
653dd043bb
11 changed files with 42 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
home.file = {
|
||||
".tridactylrc" = {
|
||||
|
|
@ -15,6 +15,8 @@
|
|||
pkgs.tridactyl-native
|
||||
];
|
||||
};
|
||||
|
||||
configPath = ".mozilla/firefox";
|
||||
policies = {
|
||||
DefaultDownloadDirectory = "\${home}/Downloads";
|
||||
Extensions.Install = map (name: "https://addons.mozilla.org/firefox/downloads/latest/${name}") [
|
||||
|
|
@ -172,7 +174,7 @@
|
|||
}
|
||||
];
|
||||
icon = "https://lib.rs/favicon.png";
|
||||
definedAliases = [ "libs" ];
|
||||
definedAliases = [ "rl" ];
|
||||
};
|
||||
"gleam packages" = {
|
||||
urls = [
|
||||
|
|
@ -187,7 +189,7 @@
|
|||
}
|
||||
];
|
||||
icon = "https://packages.gleam.run/static/packages-icon.svg";
|
||||
definedAliases = [ "libs" ];
|
||||
definedAliases = [ "gl" ];
|
||||
};
|
||||
"rust docs" = {
|
||||
urls = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue