Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Dec 17, 2024
1 parent 30f7b1c commit 01aaa98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ in
gc
];
workstation = with modules; [
attic
bluetooth
fonts
gaming
Expand Down
2 changes: 1 addition & 1 deletion modules/home/yazi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
settings = {
manager = {
sort_dir_first = true;
sort_by = "modified";
sort_by = "mtime";
sort_reverse = true;
linemode = "mtime";
};
Expand Down
2 changes: 1 addition & 1 deletion modules/yubikey.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 01aaa98

Please sign in to comment.