fix: add missing brightnessctl & change file manager to nemo

This commit is contained in:
DACHXY 2024-12-31 15:05:24 +08:00
parent 7a3b5e86d1
commit 2cc1dc117f
4 changed files with 7 additions and 12 deletions

View file

@ -3,7 +3,7 @@ let
uwsm = "uwsm app --";
browser = "firefox";
terminal = "ghostty";
filemanager = "thunar";
filemanager = "nemo";
scripts = "~/.config/scripts";
resizeStep = builtins.toString 20;