aboutsummaryrefslogtreecommitdiff
path: root/nixos/apps
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-04-16 11:43:29 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-04-16 11:43:29 +0530
commitc57791d3b1cb8e6ae23e304ba08c55746c0b8013 (patch)
tree3a75b2c1a3aed11fe45d6dbe953eba1ab17af406 /nixos/apps
parent7af2a74fcb5fce4b35c2b3569206bc3f3477aad9 (diff)
calendar navigation + flake update + random other tools + no global postgres
Diffstat (limited to 'nixos/apps')
-rw-r--r--nixos/apps/browser.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/apps/browser.nix b/nixos/apps/browser.nix
index 5b6ea42..0b5a330 100644
--- a/nixos/apps/browser.nix
+++ b/nixos/apps/browser.nix
@@ -4,10 +4,7 @@
inputs.zen-browser.packages."${system}".default
];
xdg.mime = let
- value = let
- zen-browser = inputs.zen-browser.packages.${system}.default;
- in
- zen-browser.meta.desktopFileName;
+ value = "zen-browser.desktop";
associations = builtins.listToAttrs (map (name: {
inherit name value;