This commit is contained in:
mjallen18
2025-09-25 15:30:04 -05:00
parent 4a00394402
commit 7a7b9cc01b
5 changed files with 30 additions and 26 deletions

View File

@@ -113,7 +113,7 @@ with lib;
};
fileExplorer = mkOption {
type = types.package;
default = pkgs.nemo;
default = pkgs.nautilus;
description = "Default file explorer";
};
visual = mkOption {