This commit is contained in:
Till 2024-01-22 19:34:52 +01:00
parent b4484b92d3
commit 8ec0f862ef
4 changed files with 14 additions and 4 deletions

View file

@ -25,8 +25,6 @@
templates = "${config.xdg.dataHome}/templates";
};
services.syncthing.enable = true;
home.file.".npmrc".text = ''
prefix = ${config.xdg.dataHome}/npm/packages
'';
@ -171,5 +169,9 @@
};
programs.obs-studio.enable = true;
services.opensnitch-ui.enable = true;
services.syncthing.enable = true;
}

View file

@ -33,7 +33,7 @@
magnifier-zoom-out = [];
help = [];
};
"/org/gnome/shell/keybindings" = {
"org/gnome/shell/keybindings" = {
toggle-quick-settings = ["<Super>comma"];
};
"org/gnome/desktop/wm/keybindings" = {

View file

@ -95,7 +95,13 @@
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@gs" ];
};
"Wikipedia (en)".metaData.alias = "@wiki";
"Leo" = {
urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }];
iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@leo" ];
};
"Wikipedia".metaData.alias = "@wiki";
"Bing".metaData.hidden = true;
"Amazon.de".metaData.hidden = true;
};

View file

@ -24,6 +24,8 @@
allowedTCPPorts = [ 4000 ];
};
services.opensnitch.enable = true;
time.timeZone = "Europe/Berlin";
i18n.extraLocaleSettings = {
LC_TIME = "en_GB.UTF-8";