Enable gfold

This commit is contained in:
2025-02-26 19:03:35 +01:00
parent 0461bcb59e
commit bbdc75ad33
+5
View File
@@ -204,6 +204,10 @@
config = {warn_timeout = "500h";};
};
xdg.configFile."gfold.toml".text = ''
display_mode = "Classic"
'';
home.packages = with pkgs;
[
eza
@@ -228,6 +232,7 @@
nodePackages.live-server
nvim
rename # this is perl-rename
gfold
]
++ lib.optionals pkgs.stdenv.isLinux [
usbutils