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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user