cnfgs
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
vlc
|
||||
# yubikey-manager-qt
|
||||
# paprefs
|
||||
|
||||
zed-editor
|
||||
ollama
|
||||
];
|
||||
|
||||
services.syncthing = { enable = true; };
|
||||
@@ -40,13 +43,13 @@
|
||||
imports = [ inputs.zen-browser.homeModules.default ];
|
||||
programs.zen-browser = { enable = true; };
|
||||
|
||||
xdg.mimeApps = let
|
||||
value = let
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
in zen-browser.meta.desktopFileName;
|
||||
xdg.mimeApps =
|
||||
let
|
||||
value = "zen-beta.desktop";
|
||||
|
||||
associations = builtins.listToAttrs (map (name: { inherit name value; }) [
|
||||
associations = builtins.listToAttrs (map (name: {
|
||||
inherit name value;
|
||||
}) [
|
||||
"application/x-extension-shtml"
|
||||
"application/x-extension-xhtml"
|
||||
"application/x-extension-html"
|
||||
|
||||
Reference in New Issue
Block a user