1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: nemo → pcmanfm

This commit is contained in:
2024-04-03 10:09:58 +02:00
parent 6ff3f79f83
commit cdd7d1a0ed
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
pkgs: rec {
terminal = "alacritty";
browser = "${pkgs.firefox}/bin/firefox";
fileManager = "${pkgs.cinnamon.nemo}/bin/nemo";
fileManager = "${pkgs.pcmanfm}/bin/pcmanfm";
}