mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: nemo with correct terminal setting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pkgs: rec {
|
||||
terminal = "alacritty";
|
||||
browser = "${pkgs.firefox}/bin/firefox";
|
||||
fileManager = "${terminal} -e ${pkgs.ranger}/bin/ranger";
|
||||
fileManager = "${pkgs.cinnamon.nemo}/bin/nemo";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user