refactor: desktop default applications

This commit is contained in:
2026-04-27 17:28:34 +02:00
parent 93624900ad
commit 44fe4552ef
11 changed files with 114 additions and 102 deletions
+5 -5
View File
@@ -8,13 +8,13 @@ let
{
homeDirectory,
lib,
terminal,
terminalCommand,
}:
import ./_noctalia-config.nix {
inherit
homeDirectory
lib
terminal
terminalCommand
;
};
@@ -22,13 +22,13 @@ let
{
homeDirectory,
lib,
terminal,
terminalCommand,
}:
mkNoctaliaSettings {
inherit
homeDirectory
lib
terminal
terminalCommand
;
};
@@ -68,7 +68,7 @@ in
baseSettings = mkBaseSettings {
inherit lib;
homeDirectory = config.home.homeDirectory;
terminal = config.repo.terminal.primary;
terminalCommand = lib.getExe pkgs.xdg-terminal-exec;
};
settings =
if baseSettings == { } || !osConfig.meta.machine.portable then