diff --git a/modules/default.nix b/modules/default.nix index b04c288..ced1d24 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -56,7 +56,6 @@ in gc ]; workstation = with modules; [ - attic bluetooth fonts gaming diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index c567de7..4c23ff0 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -5,7 +5,7 @@ settings = { manager = { sort_dir_first = true; - sort_by = "modified"; + sort_by = "mtime"; sort_reverse = true; linemode = "mtime"; }; diff --git a/modules/yubikey.nix b/modules/yubikey.nix index 0a7a2a1..79a2a74 100644 --- a/modules/yubikey.nix +++ b/modules/yubikey.nix @@ -15,7 +15,7 @@ enable = true; settings = { cue = true; - cue_prompt = "🔐 Touch the Yubikey to continue..."; + cue_prompt = " Touch the Yubikey to continue..."; interactive = false; origin = "pam://yubi";