1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

remove pkgs.niveum.lib.defaultApplications

This commit is contained in:
2025-12-27 07:58:20 +01:00
parent 95e5a58f15
commit 1a8295a5a5
5 changed files with 9 additions and 11 deletions

View File

@@ -69,12 +69,6 @@ in
};
};
defaultApplications = {
terminal = "alacritty";
browser = "${pkgs.firefox}/bin/firefox";
fileManager = "${pkgs.pcmanfm}/bin/pcmanfm";
};
retiolumAddresses = lib.mapAttrs (_: v: { inherit (v.retiolum) ipv4 ipv6; }) (
lib.filterAttrs (_: v: v ? "retiolum") systems
);